[SCM] libav/experimental: Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:53:47 UTC 2013
The following commit has been merged in the experimental branch:
commit 2300b120dd41483eab89d93a38e00e48d33fd289
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Wed Oct 28 19:15:42 2009 +0000
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.
Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index b53d503..e36305f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -710,6 +710,6 @@ endif
$(SUBDIR)%_tablegen$(HOSTEXESUF): $(SUBDIR)%_tablegen.c $(SUBDIR)tableprint.c
$(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $^ $(HOSTLIBS)
-$(SUBDIR)mpegaudiodec.c: $(SUBDIR)mpegaudio_tables.h
+$(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
$(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
./$< > $@
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list