diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-09-24 19:22:11 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-11-12 11:58:58 +0000 |
commit | dfc13ec63299be6dd42895c5b4b8a4f4f374643b (patch) | |
tree | 6bebbd6e3b5c8c57b7c83dd97a0de34d11ff585a /Android.mk | |
parent | cead4ef818487468709c650bd861f74169fe614e (diff) |
cdda: rename GstCddaBaseSrc to GstAudioCdSrc and move to libgstaudio
Another mini-lib down, to make space for new mini libs.
Remove bogus copyright line while at it.
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index 65a3bd9de..b42e34b53 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,6 @@ GST_PLUGINS_BASE_TOP := $(LOCAL_PATH) GST_PLUGINS_BASE_BUILT_SOURCES := \ pkgconfig/gstreamer-app-0.10.pc \ pkgconfig/gstreamer-audio-0.10.pc \ - pkgconfig/gstreamer-cdda-0.10.pc \ pkgconfig/gstreamer-fft-0.10.pc \ pkgconfig/gstreamer-interfaces-0.10.pc \ pkgconfig/gstreamer-pbutils-0.10.pc \ @@ -19,7 +18,6 @@ GST_PLUGINS_BASE_BUILT_SOURCES := \ pkgconfig/gstreamer-video-0.10.pc \ pkgconfig/gstreamer-app-0.10-uninstalled.pc \ pkgconfig/gstreamer-audio-0.10-uninstalled.pc \ - pkgconfig/gstreamer-cdda-0.10-uninstalled.pc \ pkgconfig/gstreamer-fft-0.10-uninstalled.pc \ pkgconfig/gstreamer-interfaces-0.10-uninstalled.pc \ pkgconfig/gstreamer-pbutils-0.10-uninstalled.pc \ |