From 7c653cc988ed2b6ee3a33f66064560873945131d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 9 Mar 2005 19:46:31 +0000 Subject: [PATCH] =?UTF-8?q?Oops=20patch=20by=20(M=C3=A5ns=20Rullg=C3=A5rd?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 4025 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4b790c4cce..9a9e770095 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -107,7 +107,7 @@ endif ifeq ($(CONFIG_X264),yes) OBJS+= x264.o -EXTRALIBS += -L$(X264_DIR) -lx264 +EXTRALIBS += -lx264 endif ifeq ($(CONFIG_PP),yes)