diff options
Diffstat (limited to 'gst/realmedia/Makefile.am')
-rw-r--r-- | gst/realmedia/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/realmedia/Makefile.am b/gst/realmedia/Makefile.am index 4db7e7d2..9df89e9d 100644 --- a/gst/realmedia/Makefile.am +++ b/gst/realmedia/Makefile.am @@ -26,13 +26,13 @@ asmrules_LDADD = $(GST_LIBS) $(LIBM) Android.mk: Makefile.am $(BUILT_SOURCES) androgenizer \ - -:PROJECT libgstrealmedia -:SHARED libgstrealmedia \ + -:PROJECT libgstrmdemux -:SHARED libgstrmdemux \ -:TAGS eng debug \ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ - -:SOURCES $(libgstrealmedia_la_SOURCES) \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrealmedia_la_CFLAGS) \ - -:LDFLAGS $(libgstrealmedia_la_LDFLAGS) \ - $(libgstrealmedia_la_LIBADD) \ + -:SOURCES $(libgstrmdemux_la_SOURCES) \ + -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrmdemux_la_CFLAGS) \ + -:LDFLAGS $(libgstrmdemux_la_LDFLAGS) \ + $(libgstrmdemux_la_LIBADD) \ -ldl \ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ |