Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
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
Show 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