1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00

Only add vidix to parts when VIDIX is enabled.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26543 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-26 09:27:58 +00:00
parent 6b593fd363
commit 062a179f5f

View File

@ -564,8 +564,10 @@ PARTS = liba52 \
libpostproc \
libswscale \
mp3lib \
vidix \
ifeq ($(VIDIX),yes)
PARTS += vidix
endif
ifeq ($(WIN32DLL),yes)
PARTS += loader
endif