Add more plugins

This commit is contained in:
Xavi Artigas 2012-09-06 13:13:02 +02:00
parent 7b3c680da5
commit 734e54ddfb

View file

@ -22,7 +22,7 @@ LOCAL_LDLIBS := -L./ -lgstreamer_android
LOCAL_CFLAGS := $(shell pkg-config gstreamer-0.10 --cflags) LOCAL_CFLAGS := $(shell pkg-config gstreamer-0.10 --cflags)
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
GSTREAMER_PLUGINS = coreelements audiotestsrc videotestsrc ogg theora vorbis ffmpegcolorspace playback GSTREAMER_PLUGINS = coreelements audiotestsrc videotestsrc ogg theora vorbis ffmpegcolorspace playback app audioconvert audiorate audioresample adder coreindexers gdp gio uridecodebin videorate videoscale typefindfunctions libvisual pango subparse
GSTREAMER_STATIC_PLUGINS_PATH=/home/fluendo/cerbero/dist/android_arm/lib/gstreamer-0.10/static GSTREAMER_STATIC_PLUGINS_PATH=/home/fluendo/cerbero/dist/android_arm/lib/gstreamer-0.10/static
GSTREAMER_MK_PATH=/home/fluendo/cerbero/data/ndk-build/ GSTREAMER_MK_PATH=/home/fluendo/cerbero/data/ndk-build/
include $(GSTREAMER_MK_PATH)/gstreamer.mk include $(GSTREAMER_MK_PATH)/gstreamer.mk