]> git.sesse.net Git - vlc/commitdiff
contribs: Reverts [22188] for the goom patch, and use the included m4 files
authorRafaël Carré <funman@videolan.org>
Thu, 20 Sep 2007 18:13:13 +0000 (18:13 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 20 Sep 2007 18:13:13 +0000 (18:13 +0000)
extras/contrib/src/Makefile
extras/contrib/src/Patches/goom2k4-0-win32.patch

index b082e2e6b713d1462ad9942a258aa4ce1cff0c51..b55d08cba46d4bef9467dca3937af96ba4ea153b 100644 (file)
@@ -1227,7 +1227,7 @@ endif
 ifdef HAVE_DARWIN_OS
        (cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
 else
-       (cd $< && rm -f configure; aclocal && automake --add-missing && autoconf configure.in > configure && $(HOSTCC) sh ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static --disable-glibtest --disable-gtktest && make && make install)
+       (cd $< && rm -f configure; aclocal -Im4/ && automake --add-missing && autoconf configure.in > configure && $(HOSTCC) sh ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static --disable-glibtest --disable-gtktest && make && make install)
 endif
        touch $@
 
index 824e3df4a71a120735f36d34700fa981287b94c8..897a77def80294e76647410af8fd69cfda7338a8 100644 (file)
@@ -1,6 +1,6 @@
-diff -ur goom.orig/configure.in goom/configure.in
---- goom.orig/configure.in     2007-09-20 17:16:48.000000000 +0200
-+++ goom/configure.in  2007-09-20 17:17:36.000000000 +0200
+diff -Naur goom-orig/configure.in goom/configure.in
+--- goom-orig/configure.in     2005-02-07 14:46:41.000000000 +0100
++++ goom/configure.in  2005-08-26 16:37:03.000000000 +0200
 @@ -1,6 +1,5 @@
  AC_INIT(README)
  
@@ -8,27 +8,7 @@ diff -ur goom.orig/configure.in goom/configure.in
  AM_INIT_AUTOMAKE(SDL_Goom, 2k4)
  
  ACLOCAL="$ACLOCAL -I m4"
-@@ -19,17 +18,13 @@
- dnl *** check for xmms ***
--AM_PATH_XMMS2(0.9.5.1, HAVE_XMMS="yes", HAVE_XMMS="no")
-+HAVE_XMMS="no"
- AM_CONDITIONAL(HAVE_XMMS,test "x$HAVE_XMMS" = "xyes")
- dnl *** SDL ***
--if test "x$HAVE_XMMS" = "xyes"; then
--  AM_PATH_SDL2(1.2.0, HAVE_SDL="yes", HAVE_SDL="no"])
--else
--  HAVE_SDL="no"
--fi
-+HAVE_SDL="no"
- AM_CONDITIONAL(HAVE_SDL,test "x$HAVE_SDL" = "xyes")
-@@ -76,24 +71,7 @@
+@@ -76,24 +75,7 @@
  AM_CONDITIONAL(MACTARGET,test "x$MACTARGET" = "xyes")
  
  
@@ -54,9 +34,9 @@ diff -ur goom.orig/configure.in goom/configure.in
  
  dnl rm -f mmx_zoom.s
  dnl   echo -n checking for nasm...
-diff -ur goom2k4-0.orig/src/filters.c goom2k4-0/src/filters.c
---- goom.orig/src/filters.c    2005-02-07 14:46:41.000000000 +0100
-+++ goom/src/filters.c 2007-09-20 17:17:11.000000000 +0200
+diff -Naur goom-orig/src/filters.c goom/src/filters.c
+--- goom-orig/src/filters.c    2005-02-07 14:46:41.000000000 +0100
++++ goom/src/filters.c 2005-08-26 16:31:17.000000000 +0200
 @@ -201,8 +201,8 @@
      /* Noise */
      if (data->noisify)
@@ -68,9 +48,9 @@ diff -ur goom2k4-0.orig/src/filters.c goom2k4-0/src/filters.c
      }
      
      /* Hypercos */
-diff -ur goom/src/goom_core.c goom/src/goom_core.c
---- goom/src/goom_core.c       2005-02-07 14:46:41.000000000 +0100
-+++ goom/src/goom_core.c       2007-09-20 17:17:11.000000000 +0200
+diff -Naur goom-orig/src/goom_core.c goom/src/goom_core.c
+--- goom-orig/src/goom_core.c  2005-02-07 14:46:41.000000000 +0100
++++ goom/src/goom_core.c       2005-08-26 16:33:01.000000000 +0200
 @@ -40,11 +40,11 @@
  static void init_buffers(PluginInfo *goomInfo, int buffsize)
  {