comparison Makefile @ 2557:dd8c4d4b8abc libavcodec

Oops patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Wed, 09 Mar 2005 19:46:31 +0000
parents e5af3bc1d038
children ad15cccd015f
comparison
equal deleted inserted replaced
2556:e5af3bc1d038 2557:dd8c4d4b8abc
105 EXTRALIBS += -lxvidcore 105 EXTRALIBS += -lxvidcore
106 endif 106 endif
107 107
108 ifeq ($(CONFIG_X264),yes) 108 ifeq ($(CONFIG_X264),yes)
109 OBJS+= x264.o 109 OBJS+= x264.o
110 EXTRALIBS += -L$(X264_DIR) -lx264 110 EXTRALIBS += -lx264
111 endif 111 endif
112 112
113 ifeq ($(CONFIG_PP),yes) 113 ifeq ($(CONFIG_PP),yes)
114 ifeq ($(SHARED_PP),yes) 114 ifeq ($(SHARED_PP),yes)
115 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc 115 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc