[FFmpeg-soc] [soc]: r1843 - libavfilter/diffs/00_build.diff

victor subversion at mplayerhq.hu
Sun Jan 27 11:53:04 CET 2008


Author: victor
Date: Sun Jan 27 11:53:03 2008
New Revision: 1843

Log:
Sync to FFmpeg SVN 11629.


Modified:
   libavfilter/diffs/00_build.diff

Modified: libavfilter/diffs/00_build.diff
==============================================================================
--- libavfilter/diffs/00_build.diff	(original)
+++ libavfilter/diffs/00_build.diff	Sun Jan 27 11:53:03 2008
@@ -1,16 +1,16 @@
 Index: configure
 ===================================================================
---- configure	(revision 11367)
+--- configure	(revision 11629)
 +++ configure	(working copy)
-@@ -70,6 +70,7 @@
-   echo "                           and ffmpeg will be under GPL [default=no]"
+@@ -72,6 +72,7 @@
+   echo "                           and ffmpeg will be unredistributable [default=no]"
    echo "  --enable-pp              enable GPLed postprocessing support [default=no]"
    echo "  --enable-swscaler        software scaler support [default=no]"
 +  echo "  --enable-avfilter        video filter support (replaces vhook) [default=no]"
    echo "  --enable-beosthreads     use BeOS threads [default=no]"
    echo "  --enable-os2threads      use OS/2 threads [default=no]"
    echo "  --enable-pthreads        use pthreads [default=no]"
-@@ -621,6 +622,7 @@
+@@ -624,6 +625,7 @@
  
  CONFIG_LIST="
      $COMPONENT_LIST
@@ -18,7 +18,7 @@ Index: configure
      avisynth
      beos_netserver
      ffmpeg
-@@ -1873,6 +1875,7 @@
+@@ -1890,6 +1892,7 @@
  echo "shared                    ${shared-no}"
  echo "postprocessing support    ${pp-no}"
  echo "software scaler enabled   ${swscaler-no}"
@@ -26,7 +26,7 @@ Index: configure
  echo "video hooking             ${vhook-no}"
  if enabled vhook; then
      echo "Imlib2 support            ${imlib2-no}"
-@@ -2067,6 +2070,7 @@
+@@ -2087,6 +2090,7 @@
          libavcodec/sh4    \
          libavcodec/sparc  \
          libavdevice       \
@@ -34,7 +34,7 @@ Index: configure
          libavformat       \
          libavutil         \
          libpostproc       \
-@@ -2081,6 +2085,7 @@
+@@ -2101,6 +2105,7 @@
          doc/texi2pod.pl      \
          libavcodec/Makefile  \
          libavdevice/Makefile \
@@ -42,7 +42,7 @@ Index: configure
          libavformat/Makefile \
          libavutil/Makefile   \
          libpostproc/Makefile \
-@@ -2169,3 +2174,8 @@
+@@ -2189,3 +2194,8 @@
      apply libswscale.pc sed s/^Libs:.*$/Libs:/
      apply libswscale-uninstalled.pc sed s/^Libs:.*$/Libs:/
  fi
@@ -53,7 +53,7 @@ Index: configure
 +fi
 Index: Makefile
 ===================================================================
---- Makefile	(revision 11283)
+--- Makefile	(revision 11629)
 +++ Makefile	(working copy)
 @@ -8,7 +8,7 @@
  
@@ -86,7 +86,7 @@ Index: Makefile
  
  ffmpeg_g$(EXESUF): ffmpeg.o cmdutils.o .libs
  	$(CC) $(LDFLAGS) -o $@ ffmpeg.o cmdutils.o $(EXTRALIBS)
-@@ -188,6 +196,9 @@
+@@ -185,6 +193,9 @@
  	$(MAKE) -C libpostproc install-headers
  endif
  	$(MAKE) -C libswscale  install-headers
@@ -96,7 +96,7 @@ Index: Makefile
  
  uninstall: uninstall-progs uninstall-libs uninstall-headers uninstall-man uninstall-vhook
  
-@@ -208,6 +219,7 @@
+@@ -205,6 +216,7 @@
  	$(MAKE) -C libavdevice uninstall-libs
  	$(MAKE) -C libpostproc uninstall-libs
  	$(MAKE) -C libswscale  uninstall-libs
@@ -104,7 +104,7 @@ Index: Makefile
  
  uninstall-headers:
  	$(MAKE) -C libavutil   uninstall-headers
-@@ -216,6 +228,7 @@
+@@ -213,6 +225,7 @@
  	$(MAKE) -C libavdevice uninstall-headers
  	$(MAKE) -C libpostproc uninstall-headers
  	$(MAKE) -C libswscale  uninstall-headers
@@ -112,7 +112,7 @@ Index: Makefile
  	-rmdir "$(INCDIR)"
  
  depend dep: .depend .vhookdep
-@@ -229,6 +242,9 @@
+@@ -226,6 +239,9 @@
  ifeq ($(CONFIG_SWSCALER),yes)
  	$(MAKE) -C libswscale  depend
  endif
@@ -122,15 +122,15 @@ Index: Makefile
  
  .depend: $(SRCS) version.h
  	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
-@@ -249,6 +265,7 @@
+@@ -246,6 +262,7 @@
  	$(MAKE) -C libavdevice clean
  	$(MAKE) -C libpostproc clean
  	$(MAKE) -C libswscale  clean
 +	$(MAKE) -C libavfilter clean
  	rm -f *.o *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
- 	   output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
+ 	   output_example$(EXESUF)
  	rm -f doc/*.html doc/*.pod doc/*.1
-@@ -263,6 +280,7 @@
+@@ -261,6 +278,7 @@
  	$(MAKE) -C libavdevice distclean
  	$(MAKE) -C libpostproc distclean
  	$(MAKE) -C libswscale  distclean



More information about the FFmpeg-soc mailing list