[SCM] libav/experimental: Simplify ffplay.o CFLAGS handling.
    siretart at users.alioth.debian.org 
    siretart at users.alioth.debian.org
       
    Sun Jun 30 16:01:30 UTC 2013
    
    
  
The following commit has been merged in the experimental branch:
commit 4566de5707045edee809ca15584f4b482a191259
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jun 10 14:21:53 2007 +0000
    Simplify ffplay.o CFLAGS handling.
    
    Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index f822e45..0032c04 100644
--- a/Makefile
+++ b/Makefile
@@ -92,8 +92,7 @@ qt-faststart$(EXESUF): qt-faststart.c
 cws2fws$(EXESUF): cws2fws.c
 	$(CC) $(CFLAGS) $< -o $@ -lz
 
-ffplay.o: ffplay.c
-	$(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $<
+ffplay.o: CFLAGS += $(SDL_CFLAGS)
 
 ffmpeg.o ffplay.o ffserver.o: version.h
 
-- 
Libav/FFmpeg packaging
    
    
More information about the pkg-multimedia-commits
mailing list