mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 18:12:22 +00:00
Make sure to pick up internal dvdcss.h before a globally installed one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20998 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8cf4397274
commit
b8aba3e44a
@ -22,7 +22,7 @@ CFLAGS= -I.. $(OPTFLAGS) -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \
|
||||
-DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
ifeq ($(DVDCSS_INTERNAL),yes)
|
||||
CFLAGS += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
|
||||
CFLAGS := -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H $(CFLAGS)
|
||||
endif
|
||||
|
||||
.c.o:
|
||||
|
Loading…
Reference in New Issue
Block a user