diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-02-28 19:50:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-02-28 19:50:57 +0000 |
commit | 2458d87789c4a45f1575f4d6d6ef2ea75b9fe003 (patch) | |
tree | 667629cef5c1ba4866d4d47be2c017a7a1f305e5 | |
parent | 0147cc80a657cbe3568b3e7bac8fa78ae4526515 (diff) |
update-common: gst-ffmpeg -> gst-libav
-rwxr-xr-x | update-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-common b/update-common index 833864a..8deff28 100755 --- a/update-common +++ b/update-common @@ -23,7 +23,7 @@ set -e set -x modules="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \ - gst-plugins-ugly gst-ffmpeg gst-omx \ + gst-plugins-ugly gst-libav gst-omx \ gnonlin gst-plugins-gl gst-rtsp-server gst-editing-services" topdir=`pwd` |