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
36c27fa4
Commit
36c27fa4
authored
Jun 29, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: add twolame
parent
cc84d038
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
contrib/src/twolame/SHA512SUMS
contrib/src/twolame/SHA512SUMS
+2
-0
contrib/src/twolame/rules.mak
contrib/src/twolame/rules.mak
+31
-0
No files found.
contrib/src/twolame/SHA512SUMS
0 → 100644
View file @
36c27fa4
241ae5faebf05cb919959bb0545cb89e9b71cfb07f92a7118d864499ea4f0065ddaa646ab1482ffbcbca427d52c2436764074bd67fd19a1eb9979987f23163f7 twolame-0.3.13.tar.gz
d19263c9c8fddca7bfd306c07d45fb649e29f9c3c978b9dd2c70d122bc335a569228cc0961b1a15162b2ab9e44a1595ea107ac359ea08a8256fe780d8f173e8d twolame-winutil.h
contrib/src/twolame/rules.mak
0 → 100644
View file @
36c27fa4
# twolame
TWOLAME_VERSION
:=
0.3.13
TWOLAME_URL
:=
$(SF)
/twolame/twolame-
$(TWOLAME_VERSION)
.tar.gz
ifdef
BUILD_ENCODERS
PKGS
+=
twolame
endif
$(TARBALLS)/twolame-$(TWOLAME_VERSION).tar.gz
:
$(
call
download,
$(TWOLAME_URL)
)
$(TARBALLS)/twolame-winutil.h
:
$(
call
download,
"http://twolame.svn.sourceforge.net/viewvc/*checkout*/twolame/trunk/win32/winutil.h"
)
.sum-twolame
:
twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h
twolame
:
twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame
$(UNPACK)
ifdef
HAVE_WIN32
cp
-f
$(
filter
%winutil.h,
$^
)
$@
-
$(TWOLAME_VERSION)
/win32/winutil.h
endif
mv
$@
-
$(TWOLAME_VERSION)
$@
touch
$@
.twolame
:
twolame
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
${CFLAGS}
-DLIBTWOLAME_STATIC"
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
cd
$<
/libtwolame
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
install-data
touch
$@
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