# HG changeset patch # User mru # Date 1123940742 0 # Node ID dae9760d1f12a6b04dc9ce8530360fe948539006 # Parent 6bf98adb22a13d8d269bdb9daa61c11c63ae7e2b fix building in separate directory diff -r 6bf98adb22a1 -r dae9760d1f12 Makefile --- 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)