comparison Makefile @ 2556:e5af3bc1d038 libavcodec

H.264 encoding with x264 by (Mns Rullgrd <mru inprovide com>)
author michael
date Wed, 09 Mar 2005 03:04:56 +0000
parents 9a7770ebed14
children dd8c4d4b8abc
comparison
equal deleted inserted replaced
2555:d69789acdbc4 2556:e5af3bc1d038
103 ifeq ($(CONFIG_XVID),yes) 103 ifeq ($(CONFIG_XVID),yes)
104 OBJS+= xvidff.o 104 OBJS+= xvidff.o
105 EXTRALIBS += -lxvidcore 105 EXTRALIBS += -lxvidcore
106 endif 106 endif
107 107
108 ifeq ($(CONFIG_X264),yes)
109 OBJS+= x264.o
110 EXTRALIBS += -L$(X264_DIR) -lx264
111 endif
112
108 ifeq ($(CONFIG_PP),yes) 113 ifeq ($(CONFIG_PP),yes)
109 ifeq ($(SHARED_PP),yes) 114 ifeq ($(SHARED_PP),yes)
110 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc 115 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc
111 else 116 else
112 # LIBS += libpostproc/libpostproc.a ... should be fixed 117 # LIBS += libpostproc/libpostproc.a ... should be fixed