summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-21 14:31:10 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-21 14:31:10 +0300
commitc14566047c43a5a2c69cf381ef8c338ddbb42a8c (patch)
treed58dcade7702da86dd332219e1dd1e40ab8d258e
parentb99800a301ce85262a9e33e17d5a137610375c24 (diff)
update-common: Update for s/libav/ffmpeg/
-rwxr-xr-xupdate-common8
1 files changed, 4 insertions, 4 deletions
diff --git a/update-common b/update-common
index 3bb4549..57621ed 100755
--- a/update-common
+++ b/update-common
@@ -116,10 +116,10 @@ do
# avoid downloading libav submodule by re-using existing checkout
if test "$module" = "gst-libav"; then
- if test -e $reference/gst-libav/gst-libs/ext/libav/.git ; then
- git submodule update --reference $reference/gst-libav/gst-libs/ext/libav -- gst-libs/ext/gst-libav
- elif test -e $topdir/gst-libav/gst-libs/ext/libav/.git ; then
- git submodule update --reference $topdir/gst-libav/gst-libs/ext/libav/ -- gst-libs/ext/libav
+ if test -e $reference/gst-libav/gst-libs/ext/ffmpeg/.git ; then
+ git submodule update --reference $reference/gst-libav/gst-libs/ext/ffmpeg -- gst-libs/ext/gst-libav
+ elif test -e $topdir/gst-libav/gst-libs/ext/ffmpeg/.git ; then
+ git submodule update --reference $topdir/gst-libav/gst-libs/ext/ffmpeg/ -- gst-libs/ext/ffmpeg
else
git submodule update
fi