diff options
author | Måns Rullgård <mans@mansr.com> | 2005-08-13 13:45:42 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2005-08-13 13:45:42 +0000 |
commit | a71a1dfc37261811bbca1a9308a2afb175c83198 (patch) | |
tree | 151a0be920d3560eb6a949e5eb8bef349b2b61b5 /libavcodec | |
parent | f63166f8dff65942c633adf32da9847ee1da3a47 (diff) | |
download | ffmpeg-a71a1dfc37261811bbca1a9308a2afb175c83198.tar.gz |
fix building in separate directory
Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 05d2955797..15aaee11ce 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -234,7 +234,7 @@ OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \ endif endif -EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF) +EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) # currently using libdts for dts decoding ifeq ($(CONFIG_DTS),yes) |