[SCM] libav/experimental: Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target. We no longer create .d files directly, so the rule is pointless.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:14:07 UTC 2013
The following commit has been merged in the experimental branch:
commit 3123823cb2376affe6179efe36c52d6017e998d3
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue Aug 17 14:58:44 2010 +0000
Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
We no longer create .d files directly, so the rule is pointless.
Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index 9f1aa2f..a66d6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ tools/%$(EXESUF): tools/%.o
tools/%.o: tools/%.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
-ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
+ffplay.o: CFLAGS += $(SDL_CFLAGS)
VERSION_SH = $(SRC_PATH_BARE)/version.sh
GIT_LOG = $(SRC_PATH_BARE)/.git/logs/HEAD
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list