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
038ff7b2
Commit
038ff7b2
authored
Nov 07, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Contribs] Update LAME.
parent
647bac81
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
13 deletions
+1
-13
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/libmp3lame-mingw32.patch
extras/contrib/src/Patches/libmp3lame-mingw32.patch
+0
-11
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
038ff7b2
...
...
@@ -927,7 +927,6 @@ lame-$(LAME_VERSION).tar.gz:
lame
:
lame-$(LAME_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/libmp3lame-mingw32.patch
.lame
:
lame
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-analyser-hooks
--disable-decoder
--disable-shared
--disable-gtktest
--disable-frontend
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/libmp3lame-mingw32.patch
deleted
100644 → 0
View file @
647bac81
--- lame-3.98b8/mpglib/mpglib.h 2006-06-16 01:51:49.000000000 +0200
+++ lame/mpglib/mpglib.h 2008-07-02 07:56:40.000000000 +0200
@@ -57,7 +57,7 @@
} MPSTR, *PMPSTR;
-#if ( defined(_MSC_VER) || defined(__BORLANDC__) )
+#if ( defined(_MSC_VER) || defined(__BORLANDC__) || defined( WIN32 ) )
typedef int BOOL; /* windef.h contains the same definition */
#else
#define BOOL int
extras/contrib/src/packages.mak
View file @
038ff7b2
...
...
@@ -90,7 +90,7 @@ FAAD2_URL=$(SF)/faac/faad2-$(FAAD2_VERSION).tar.gz
FAAD2_CVSROOT
=
:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac
FAAC_VERSION
=
1.26
FAAC_URL
=
$(SF)
/faac/faac-
$(FAAC_VERSION)
.tar.gz
LAME_VERSION
=
3
.98b8
LAME_VERSION
=
3
98-2
LAME_URL
=
$(SF)
/lame/lame-
$(LAME_VERSION)
.tar.gz
LIBEBML_VERSION
=
0.7.8
LIBEBML_URL
=
http://dl.matroska.org/downloads/libebml/libebml-
$(LIBEBML_VERSION)
.tar.bz2
...
...
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