Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
da8425f9
Commit
da8425f9
authored
Sep 17, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert previous commit, and updates faac & live-config patches
parent
80b04c19
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
124 additions
and
69 deletions
+124
-69
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/Patches/faac.patch
extras/contrib/src/Patches/faac.patch
+25
-11
extras/contrib/src/Patches/live-config.patch
extras/contrib/src/Patches/live-config.patch
+98
-57
No files found.
extras/contrib/src/Makefile
View file @
da8425f9
...
...
@@ -1156,7 +1156,7 @@ ifdef HAVE_DARWIN_OS
patch
-p0
< Patches/live-osx.patch
endif
patch
-p0
< Patches/live-starttime.patch
patch
-p0
< Patches/live-config.patch
patch
-
N
p0
< Patches/live-config.patch
ifdef
HAVE_UCLIBC
patch
-p0
< Patches/live-noapps.patch
endif
...
...
extras/contrib/src/Patches/faac.patch
View file @
da8425f9
diff -ruN faac/bootstrap faac-new/bootstrap
--- faac/bootstrap 2004-07-28 10:18:20.000000000 +0200
+++ faac-new/bootstrap 2007-08-04 12:57:19.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
-aclocal -I .
+aclocal -I /usr/share/aclocal
autoheader
if test "`uname -s`" = Darwin; then
glibtoolize --automake
--- faac.orig/bootstrap 2004-07-28 10:18:20.000000000 +0200
+++ faac/bootstrap 2007-09-17 02:00:08.000000000 +0200
@@ -1,11 +1,11 @@
-#! /bin/sh
-
-aclocal -I .
-autoheader
-if test "`uname -s`" = Darwin; then
- glibtoolize --automake
-else
- libtoolize --automake
-fi
-automake --add-missing
-autoconf
+#! /bin/sh
+
+aclocal -I .
+autoheader
+if test "`uname -s`" = Darwin; then
+ glibtoolize --automake
+else
+ libtoolize --automake
+fi
+automake --add-missing
+autoconf
extras/contrib/src/Patches/live-config.patch
View file @
da8425f9
This diff is collapsed.
Click to expand it.
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