projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856170f
)
Fix building shared version of lavf on some systems.
author
Alexander Strasser
<eclipse7@gmx.net>
Thu, 11 Aug 2005 22:16:25 +0000
(22:16 +0000)
committer
Alexander Strasser
<eclipse7@gmx.net>
Thu, 11 Aug 2005 22:16:25 +0000
(22:16 +0000)
Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
patch
|
blob
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index 80c2f87a955aa5f1aff98a5fc6df42868ba9a221..9d921f1ded7000306f1708541e8e046bbb359a27 100644
(file)
--- a/
libavformat/Makefile
+++ b/
libavformat/Makefile
@@
-56,6
+56,8
@@
ifeq ($(CONFIG_AUDIO_OSS),yes)
OBJS+= audio.o
endif
+EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF)
+
ifeq ($(CONFIG_AUDIO_BEOS),yes)
PPOBJS+= beosaudio.o
EXTRALIBS+=-lbe -lmedia