Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
GSoC
GSoC2018
macOS
vlc
Commits
541daf88
Commit
541daf88
authored
Nov 16, 2016
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: Fix ffmpeg git url
parent
23167dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+1
-1
No files found.
contrib/src/ffmpeg/rules.mak
View file @
541daf88
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
ifdef
USE_FFMPEG
ifdef
USE_FFMPEG
FFMPEG_HASH
=
HEAD
FFMPEG_HASH
=
HEAD
FFMPEG_SNAPURL
:=
http://git.videolan.org/?p
=
ffmpeg.git
;
a
=
snapshot
;
h
=
$(FFMPEG_HASH)
;
sf
=
tgz
FFMPEG_SNAPURL
:=
http://git.videolan.org/?p
=
ffmpeg.git
;
a
=
snapshot
;
h
=
$(FFMPEG_HASH)
;
sf
=
tgz
FFMPEG_GITURL
:=
git://git.videolan.org
/ffmpeg.git
FFMPEG_GITURL
:=
http://git.videolan.org/git
/ffmpeg.git
else
else
FFMPEG_HASH
=
HEAD
FFMPEG_HASH
=
HEAD
FFMPEG_SNAPURL
:=
http://git.libav.org/?p
=
libav.git
;
a
=
snapshot
;
h
=
$(FFMPEG_HASH)
;
sf
=
tgz
FFMPEG_SNAPURL
:=
http://git.libav.org/?p
=
libav.git
;
a
=
snapshot
;
h
=
$(FFMPEG_HASH)
;
sf
=
tgz
...
...
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