git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324a94b
)
Add id3v1.o dependency for oma demuxer
author
Michael Karcher
<ffmpeg@mkarcher.dialup.fu-berlin.de>
Mon, 5 Jul 2010 04:01:39 +0000
(
04:01
+0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Mon, 5 Jul 2010 04:01:39 +0000
(
04:01
+0000)
Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de>
Originally committed as revision 24052 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
patch
|
blob
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
5291fe3
..
19dabfd
100644
(file)
--- a/
libavformat/Makefile
+++ b/
libavformat/Makefile
@@
-158,7
+158,7
@@
OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
vorbiscomment.o
OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \
vorbiscomment.o
-OBJS-$(CONFIG_OMA_DEMUXER) += oma.o raw.o id3v2.o
+OBJS-$(CONFIG_OMA_DEMUXER) += oma.o raw.o id3v2.o
id3v1.o
OBJS-$(CONFIG_PCM_ALAW_DEMUXER) += raw.o
OBJS-$(CONFIG_PCM_ALAW_MUXER) += raw.o
OBJS-$(CONFIG_PCM_F32BE_DEMUXER) += raw.o