Unconditionally include config.mak for consistency.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21231 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-25 17:11:48 +00:00
parent 7b4015bf3b
commit 377db6bc69
2 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,4 @@
ifneq ($(wildcard ../config.mak),)
include ../config.mak
endif
SRCS = dvd_input.c \
dvd_reader.c \

View File

@ -1,7 +1,4 @@
ifneq ($(wildcard ../config.mak),)
include ../config.mak
endif
SRCS = css.c \
device.c \