Author: pebender
Date: Tue Nov 25 08:01:37 2008
New Revision: 4003

Modified:
    trunk/gar-minimyth/script/lib/ffmpeg/Makefile
    trunk/gar-minimyth/script/lib/ffmpeg/checksums
    trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15908.27979.patch.gar

Log:
- Removed FFmpeg's dependency on SDL.



Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile       (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile       Tue Nov 25 08:01:37 2008
@@ -10,7 +10,7 @@
  define BLURB
  endef

-DEPENDS   = lang/c lib/SDL lib/zlib utils/bzip2 X11/vdpau
+DEPENDS   = lang/c lib/zlib utils/bzip2 X11/vdpau
  BUILDDEPS = devel/yasm

  CONFIGURE_SCRIPTS = $(WORKSRC)/configure
@@ -36,6 +36,7 @@
        --enable-swscale \
        --disable-avfilter \
        --disable-avfilter-lavf \
+       --disable-vhook \
        --disable-beosthreads \
        --disable-os2threads \
        --enable-pthreads \
@@ -43,6 +44,7 @@
        --enable-x11grab \
        --disable-mlib \
        --disable-avisynth \
+       --enable-bzlib \
        --disable-libamr-nb \
        --disable-libamr-wb \
        --disable-libdc1394 \
@@ -59,6 +61,7 @@
        --disable-libvorbis \
        --disable-libx264 \
        --disable-libxvid \
+       --enable-zlib \
        --cross-prefix=$(compiler_prefix) \
        --enable-cross-compile \
        --target-os="linux" \
@@ -71,6 +74,7 @@
        --arch=$(GARCH_FAMILY) \
        --cpu=$(GARCH) \
        --disable-powerpc-perf \
+       --disable-altivec \
        --enable-mmx \
        --enable-mmx2 \
        --enable-ssse3 \
@@ -78,20 +82,20 @@
        --disable-armv6 \
        --disable-armvfp \
        --disable-iwmmxt \
-       --disable-altivec \
+       --disable-mmi \
+       --disable-neon \
+       --disable-vis \
        --enable-network \
        --disable-ipv6 \
-       --enable-zlib \
-       --enable-bzlib \
-       --disable-vhook \
        --disable-mpegaudio-hp \
-       --enable-gray \
+       --disable-gray \
        --enable-ffmpeg \
-       --disable-ffserver \
        --disable-ffplay \
+       --disable-ffserver \
        $(if $(filter -Os,$(CFLAGS)),--enable-small) \
        --disable-hardcoded-tables \
        --disable-memalign-hack \
+       --disable-beos-netserver \
        --enable-encoders \
        --enable-decoders \
        --enable-muxers \
@@ -99,6 +103,8 @@
        --enable-parsers \
        --enable-bsfs \
        --disable-protocols \
+       --enable-indevs \
+       --enable-outdevs \
        --enable-filters \
        --disable-debug \
        --disable-gprof \
@@ -107,7 +113,8 @@
        --disable-stripping

  CONFIGURE_ENV = \
-       xvmc=yes
+       xvmc=yes \
+       SDL_CONFIG="/bin/false"

  include ../../gar.mk


Modified: trunk/gar-minimyth/script/lib/ffmpeg/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/checksums      (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/checksums      Tue Nov 25 08:01:37 2008
@@ -1,4 +1,4 @@
  15774430a566d9e2ebfc82b0026d66f5   
download/ffmpeg-15908.27979-vdpau_libav.patch
  53b38118367dd8928ac5b6007365078e   
download/ffmpeg-15908.27979-vdpau_configure.patch
  c01a8871fd62ffc41ac00738fbed82b0   
download/ffmpeg-15908.27979-xvmc_configure.patch
-54cbe0be360f9d67e3757c4b6fba2f8e  download/ffmpeg-15908.27979.patch.gar
+da38c408db2afde62611167634ec1784  download/ffmpeg-15908.27979.patch.gar

Modified:  
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15908.27979.patch.gar
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15908.27979.patch.gar     
 
(original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15908.27979.patch.gar     
 
Tue Nov 25 08:01:37 2008
@@ -30,7 +30,7 @@
   disable sdl_too_old
   disable sdl
  -SDL_CONFIG="${cross_prefix}sdl-config"
-+SDL_CONFIG="@GAR_DESTDIR@@GAR_bindir@/sdl-config"
++SDL_CONFIG="${SDL_CONFIG:[EMAIL PROTECTED]@@GAR_bindir@/sdl-config}"
   if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
       sdl_cflags=`"${SDL_CONFIG}" --cflags`
       temp_cflags $sdl_cflags

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to