Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
98622388
Commit
98622388
authored
Sep 20, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: Reverts [22188] for the goom patch, and use the included m4 files
parent
aa1fb87c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
31 deletions
+11
-31
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/Patches/goom2k4-0-win32.patch
extras/contrib/src/Patches/goom2k4-0-win32.patch
+10
-30
No files found.
extras/contrib/src/Makefile
View file @
98622388
...
@@ -1227,7 +1227,7 @@ endif
...
@@ -1227,7 +1227,7 @@ endif
ifdef
HAVE_DARWIN_OS
ifdef
HAVE_DARWIN_OS
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
else
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
endif
touch
$@
touch
$@
...
...
extras/contrib/src/Patches/goom2k4-0-win32.patch
View file @
98622388
diff -
ur goom.
orig/configure.in goom/configure.in
diff -
Naur goom-
orig/configure.in goom/configure.in
--- goom
.orig/configure.in 2007-09-20 17:16:48.000000000 +02
00
--- goom
-orig/configure.in 2005-02-07 14:46:41.000000000 +01
00
+++ goom/configure.in 200
7-09-20 17:17:36
.000000000 +0200
+++ goom/configure.in 200
5-08-26 16:37:03
.000000000 +0200
@@ -1,6 +1,5 @@
@@ -1,6 +1,5 @@
AC_INIT(README)
AC_INIT(README)
...
@@ -8,27 +8,7 @@ diff -ur goom.orig/configure.in goom/configure.in
...
@@ -8,27 +8,7 @@ diff -ur goom.orig/configure.in goom/configure.in
AM_INIT_AUTOMAKE(SDL_Goom, 2k4)
AM_INIT_AUTOMAKE(SDL_Goom, 2k4)
ACLOCAL="$ACLOCAL -I m4"
ACLOCAL="$ACLOCAL -I m4"
@@ -19,17 +18,13 @@
@@ -76,24 +75,7 @@
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 @@
AM_CONDITIONAL(MACTARGET,test "x$MACTARGET" = "xyes")
AM_CONDITIONAL(MACTARGET,test "x$MACTARGET" = "xyes")
...
@@ -54,9 +34,9 @@ diff -ur goom.orig/configure.in goom/configure.in
...
@@ -54,9 +34,9 @@ diff -ur goom.orig/configure.in goom/configure.in
dnl rm -f mmx_zoom.s
dnl rm -f mmx_zoom.s
dnl echo -n checking for nasm...
dnl echo -n checking for nasm...
diff -
ur goom2k4-0.orig/src/filters.c goom2k4-0
/src/filters.c
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
-
orig/src/filters.c 2005-02-07 14:46:41.000000000 +0100
+++ goom/src/filters.c 200
7-09-20 17:17:11
.000000000 +0200
+++ goom/src/filters.c 200
5-08-26 16:31:17
.000000000 +0200
@@ -201,8 +201,8 @@
@@ -201,8 +201,8 @@
/* Noise */
/* Noise */
if (data->noisify)
if (data->noisify)
...
@@ -68,9 +48,9 @@ diff -ur goom2k4-0.orig/src/filters.c goom2k4-0/src/filters.c
...
@@ -68,9 +48,9 @@ diff -ur goom2k4-0.orig/src/filters.c goom2k4-0/src/filters.c
}
}
/* Hypercos */
/* Hypercos */
diff -
ur goom
/src/goom_core.c goom/src/goom_core.c
diff -
Naur goom-orig
/src/goom_core.c goom/src/goom_core.c
--- goom/src/goom_core.c 2005-02-07 14:46:41.000000000 +0100
--- goom
-orig
/src/goom_core.c 2005-02-07 14:46:41.000000000 +0100
+++ goom/src/goom_core.c 200
7-09-20 17:17:1
1.000000000 +0200
+++ goom/src/goom_core.c 200
5-08-26 16:33:0
1.000000000 +0200
@@ -40,11 +40,11 @@
@@ -40,11 +40,11 @@
static void init_buffers(PluginInfo *goomInfo, int buffsize)
static void init_buffers(PluginInfo *goomInfo, int buffsize)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment