From 94ca45614e016bef222ee6ac45ea58ef589385de Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 23 Aug 2012 17:20:54 +0000 Subject: Add more gstreamer plugins Based on a patch by Manuel Kaufmann --- diff --git a/Makefile b/Makefile index 2bc6657..0d8f61a 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,9 @@ clean: rm -rf source/gstreamer rm -rf source/gst-plugins-base rm -rf source/gst-plugins-good + rm -rf source/gst-plugins-bad + rm -rf source/gst-plugins-ugly + rm -rf source/gst-ffmpeg rm -f logs/*.log logs/all-logs.tar.bz2 rm -f scripts/list-outputs rm -f scripts/find-free-display diff --git a/scripts/check-system b/scripts/check-system index e279577..d29e98b 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -262,6 +262,10 @@ checks = \ "checker": "binary", "packages": { "fedora": "gcc-c++", "ubuntu": "g++" } }, + { "check": "yasm", + "checker": "binary", + "packages": { "fedora": "yasm", + "ubuntu": "yasm" } }, { "check": "flex", "checker": "binary", "packages": { "fedora": "flex", diff --git a/scripts/system.modules b/scripts/system.modules index e1c327d..2a8a66f 100644 --- a/scripts/system.modules +++ b/scripts/system.modules @@ -22,25 +22,44 @@ - + - + - + + + + + + + + + + + + + + + + + + + + -- cgit v0.9.1