[vlc-devel] commit: Make sure that FFmpeg also uses the CC we want to use ( Felix Paul Kühne )

git version control git at videolan.org
Sat Dec 27 00:07:59 CET 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Dec 26 23:50:40 2008 +0100| [4645de2aa3d33ff45b1c764b19ad63748c54d9ab] | committer: Felix Paul Kühne 

Make sure that FFmpeg also uses the CC we want to use

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4645de2aa3d33ff45b1c764b19ad63748c54d9ab
---

 extras/contrib/src/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index c6c6d41..bf1fe95 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -54,6 +54,7 @@ export LDFLAGS = -L$(PREFIX)/lib $(EXTRA_LDFLAGS)
 
 ifneq ($(CC),)
 HOSTCC+= CC="$(CC)"
+FFMPEGCONF += --cc=$(CC)
 endif
 ifneq ($(CXX),)
 HOSTCC+= CXX="$(CXX)"




More information about the vlc-devel mailing list