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
3593c1e8
Commit
3593c1e8
authored
Jul 04, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: robustify and fix gsm
parent
c33aef8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+1
-1
contrib/src/gsm/rules.mak
contrib/src/gsm/rules.mak
+3
-2
No files found.
contrib/src/ffmpeg/rules.mak
View file @
3593c1e8
...
...
@@ -9,7 +9,7 @@ FFMPEGCONF = \
--cc
=
"
$(CC)
"
\
--disable-doc
\
--disable-decoder
=
libvpx
\
--enable-gsm
\
--enable-
lib
gsm
\
--disable-debug
\
--enable-gpl
\
--enable-postproc
\
...
...
contrib/src/gsm/rules.mak
View file @
3593c1e8
...
...
@@ -19,6 +19,7 @@ endif
.gsm
:
gsm
cd
$<
&&
$(HOSTVARS)
$(MAKE)
cd
$<
&&
mkdir
-p
$(PREFIX)
/include/gsm
&&
cp
inc/gsm.h
$(PREFIX)
/include/gsm
cd
$<
&&
cp
lib/libgsm.a
$(PREFIX)
/lib
mkdir
-p
"
$(PREFIX)
/include/gsm"
"
$(PREFIX)
/lib"
cp
$<
/inc/gsm.h
"
$(PREFIX)
/include/gsm"
cp
$<
/lib/libgsm.a
"
$(PREFIX)
/lib"
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