1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

Add VIDIX to LIBS_MPLAYER directly.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21119 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-21 11:21:09 +00:00
parent 3f0eb464e2
commit 91a713bcc7

View File

@ -130,7 +130,7 @@ COMMON_LIBS += tremor/libvorbisidec.a
PARTS += tremor
endif
ifeq ($(VIDIX),yes)
VO_LIBS += libdha/libdha.so vidix/libvidix.a
LIBS_MPLAYER += libdha/libdha.so vidix/libvidix.a
PARTS += libdha vidix
endif
ifeq ($(DVDREAD_INTERNAL),yes)