diff 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
line wrap: on
line diff
--- a/Makefile	Tue Mar 08 20:35:27 2005 +0000
+++ b/Makefile	Wed Mar 09 03:04:56 2005 +0000
@@ -105,6 +105,11 @@
 EXTRALIBS += -lxvidcore
 endif
 
+ifeq ($(CONFIG_X264),yes)
+OBJS+= x264.o
+EXTRALIBS += -L$(X264_DIR) -lx264
+endif
+
 ifeq ($(CONFIG_PP),yes)
 ifeq ($(SHARED_PP),yes)
 EXTRALIBS += -L$(VPATH)/libpostproc -lpostproc