mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
Put libdvdcss under a separate ifeq.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
16a468f54d
commit
f537fa351d
4
Makefile
4
Makefile
@ -113,6 +113,8 @@ PARTS += libdha vidix
|
||||
endif
|
||||
ifeq ($(DVDREAD_INTERNAL),yes)
|
||||
PARTS += dvdread
|
||||
endif
|
||||
ifeq ($(DVDCSS_INTERNAL),yes)
|
||||
PARTS += libdvdcss
|
||||
endif
|
||||
ifeq ($(GUI),yes)
|
||||
@ -170,6 +172,8 @@ endif
|
||||
ifeq ($(DVDREAD_INTERNAL),yes)
|
||||
COMMON_DEPS += dvdread/libdvdread.a
|
||||
COMMON_LIBS += dvdread/libdvdread.a
|
||||
endif
|
||||
ifeq ($(DVDCSS_INTERNAL),yes)
|
||||
COMMON_DEPS += libdvdcss/libdvdcss.a
|
||||
COMMON_LIBS += libdvdcss/libdvdcss.a
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user