mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
Fix compilation of libvo/vo_xvmc.c
Patch by Erik Auerswald, auerswal A unix-ag D uni-kl D de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22819 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fc59820a3
commit
551aeefee1
@ -8,7 +8,7 @@ OBJS_MENCODER = $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
|
||||
|
||||
CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec
|
||||
CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat
|
||||
CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
|
||||
CFLAGS += $(OPTFLAGS) $(CFLAGS-yes)
|
||||
|
||||
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
|
||||
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
|
||||
|
Loading…
Reference in New Issue
Block a user