Skip to content

Commit

Permalink
Checking out to previous commits for gst-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 12, 2014
1 parent d9be0a0 commit eba90e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sudo make install || {
cd ..
git clone git://anongit.freedesktop.org/gstreamer/gstreamer
cd gstreamer
# git checkout 6c11da1
git checkout 6c11da1
./autogen.sh --prefix=/usr || {
printf "Failed to do autogen!!!\n"
exit -1
Expand All @@ -50,7 +50,7 @@ sudo make install || {
cd ..
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-base
cd gst-plugins-base
# git checkout a8df760
git checkout a8df760
./autogen.sh --prefix=/usr || {
printf "Failed to do autogen!!!\n"
exit -1
Expand All @@ -71,7 +71,7 @@ sudo make install || {
cd ..
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-good
cd gst-plugins-good
# git checkout d14d4c4
git checkout d14d4c4
./autogen.sh --enable-experimental --prefix=/usr || {
printf "Failed to do autogen!!!\n"
exit -1
Expand All @@ -92,7 +92,7 @@ sudo make install || {
cd ..
git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly
cd gst-plugins-ugly
# git checkout 68985ba
git checkout 68985ba
./autogen.sh --prefix=/usr || {
printf "Failed to do autogen!!!\n"
exit -1
Expand Down

0 comments on commit eba90e9

Please sign in to comment.