comparison mpcommon.mak @ 22814:01ea28c9fa10

Revert r22819 Fix to compile libvo/vo_xvmc.c is no longer needed after FFmpeg r8527.
author cehoyos
date Mon, 26 Mar 2007 22:03:43 +0000
parents 0e5a839bbef8
children 82f06c55cf97
comparison
equal deleted inserted replaced
22813:acfb17bdb671 22814:01ea28c9fa10
6 OBJS_MPLAYER = $(addsuffix .o, $(basename $(SRCS_MPLAYER)) ) 6 OBJS_MPLAYER = $(addsuffix .o, $(basename $(SRCS_MPLAYER)) )
7 OBJS_MENCODER = $(addsuffix .o, $(basename $(SRCS_MENCODER)) ) 7 OBJS_MENCODER = $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
8 8
9 CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec 9 CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec
10 CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat 10 CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat
11 CFLAGS += $(OPTFLAGS) $(CFLAGS-yes) 11 CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
12 12
13 LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER) 13 LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
14 LIBS-$(MENCODER) += $(LIBNAME_MENCODER) 14 LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
15 LIBS = $(LIBNAME_COMMON) $(LIBS-yes) 15 LIBS = $(LIBNAME_COMMON) $(LIBS-yes)
16 16