o SHLIB version bump: a trick to help detect the problem that ffmpeg will not build with the previous ffmpeg library installed PR: 69210 [1], 74225 [2] Submitted by: ahze [1], Frank Mayhar <frank@exit.com> [2]
14 lines
443 B
Text
14 lines
443 B
Text
--- Makefile.orig Sat Jul 17 11:05:15 2004
|
|
+++ Makefile Sat Jul 17 11:04:42 2004
|
|
@@ -81,8 +81,9 @@
|
|
all: lib $(PROG) $(PROGTEST) $(VHOOK) $(QTFASTSTART) $(DOC)
|
|
|
|
lib:
|
|
- $(MAKE) -C libavcodec all
|
|
- $(MAKE) -C libavformat all
|
|
+ $(MAKE) LDFLAGS="$(LDFLAGS)" -C libavcodec all
|
|
+ $(MAKE) LDFLAGS="$(LDFLAGS)" -C libavformat all
|
|
+
|
|
|
|
ffmpeg_g$(EXESUF): ffmpeg.o cmdutils.o .libs
|
|
$(CC) $(LDFLAGS) -o $@ ffmpeg.o cmdutils.o $(FFLIBS) $(EXTRALIBS)
|