mirror of https://github.com/mpv-player/mpv
fixed compiletime problems with divx4 caused by making opendivx optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4491 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b106f93d00
commit
eaff4aad66
8
Makefile
8
Makefile
|
@ -53,10 +53,7 @@ MISC_LIBS += -Llibdha -ldha -Lvidix -lvidix
|
|||
endif
|
||||
CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader $(VO_INC) $(EXTRA_INC) # -Wall
|
||||
|
||||
PARTS = g72x libmpdemux mp3lib libac3 liba52 libmp1e libmpeg2 libavcodec libao2 drivers drivers/syncfb linux postproc xa input
|
||||
ifeq ($(OPENDIVX),yes)
|
||||
PARTS += opendivx
|
||||
endif
|
||||
PARTS = g72x libmpdemux mp3lib libac3 liba52 libmp1e libmpeg2 libavcodec opendivx libao2 drivers drivers/syncfb linux postproc xa input
|
||||
ifeq ($(VIDIX),yes)
|
||||
PARTS += libdha vidix
|
||||
endif
|
||||
|
@ -154,6 +151,9 @@ mp3lib/libMP3.a:
|
|||
opendivx/libdecore.a:
|
||||
$(MAKE) -C opendivx
|
||||
|
||||
opendivx/postprocess.o:
|
||||
$(MAKE) -C opendivx
|
||||
|
||||
libdha/libdha.so:
|
||||
$(MAKE) -C libdha
|
||||
|
||||
|
|
Loading…
Reference in New Issue