changeset 2824:dae9760d1f12 libavcodec

fix building in separate directory
author mru
date Sat, 13 Aug 2005 13:45:42 +0000
parents 6bf98adb22a1
children faa53103dde0
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Aug 13 09:12:09 2005 +0000
+++ b/Makefile	Sat Aug 13 13:45:42 2005 +0000
@@ -234,7 +234,7 @@
 endif
 endif
 
-EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
+EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
 
 # currently using libdts for dts decoding
 ifeq ($(CONFIG_DTS),yes)