Skip to content
Snippets Groups Projects
Commit a71a1dfc authored by Måns Rullgård's avatar Måns Rullgård
Browse files

fix building in separate directory

Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f63166f8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -56,7 +56,7 @@ ifeq ($(CONFIG_AUDIO_OSS),yes)
OBJS+= audio.o
endif
EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
ifeq ($(CONFIG_AUDIO_BEOS),yes)
PPOBJS+= beosaudio.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment