gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libmedia/Makefile.am [release_0_8_2_rc1]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libmedia/Makefile.am [release_0_8_2_rc1]
Date: Fri, 22 Feb 2008 14:39:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Sandro Santilli <strk>  08/02/22 14:39:21

Modified files:
        .              : ChangeLog 
        libmedia       : Makefile.am 

Log message:
        we don't support libmad anymore.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.11&r2=1.5711.2.12
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.13.2.1&r2=1.13.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.11
retrieving revision 1.5711.2.12
diff -u -b -r1.5711.2.11 -r1.5711.2.12
--- ChangeLog   22 Feb 2008 14:16:31 -0000      1.5711.2.11
+++ ChangeLog   22 Feb 2008 14:39:21 -0000      1.5711.2.12
@@ -1,3 +1,7 @@
+2008-02-22 Sandro Santilli <address@hidden>
+
+       * libmedia/Makefile.am: we don't support libmad anymore.
+
 2008-02-22 Hong Yu <address@hidden>
 
        * configure.ac, gui/Makefile.am, libmedia/Makefile.am,

Index: libmedia/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libmedia/Makefile.am,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -b -r1.13.2.1 -r1.13.2.2
--- libmedia/Makefile.am        22 Feb 2008 14:16:32 -0000      1.13.2.1
+++ libmedia/Makefile.am        22 Feb 2008 14:39:21 -0000      1.13.2.2
@@ -152,23 +152,23 @@
                $(SDL_CFLAGS)
 endif
 
-if USE_MAD_ENGINE
-   libgnashmedia_la_SOURCES += \
-               ffmpeg/MediaDecoderSdl.cpp \
-               ffmpeg/AudioDecoderMad.cpp \
-               ffmpeg/sound_handler_sdl.cpp
-
-   noinst_HEADERS += \
-               ffmpeg/MediaDecoderSdl.h \
-               ffmpeg/AudioDecoderMad.h \
-               ffmpeg/sound_handler_sdl.h
-
-   libgnashmedia_la_LIBADD += \
-               $(MAD_LIBS) 
-
-   libgnashmedia_la_CPPFLAGS += \
-               $(MAD_CFLAGS)
-endif
+# if USE_MAD_ENGINE
+#    libgnashmedia_la_SOURCES += \
+#              ffmpeg/MediaDecoderSdl.cpp \
+#              ffmpeg/AudioDecoderMad.cpp \
+#              ffmpeg/sound_handler_sdl.cpp
+# 
+#    noinst_HEADERS += \
+#              ffmpeg/MediaDecoderSdl.h \
+#              ffmpeg/AudioDecoderMad.h \
+#              ffmpeg/sound_handler_sdl.h
+# 
+#    libgnashmedia_la_LIBADD += \
+#              $(MAD_LIBS) 
+# 
+#    libgnashmedia_la_CPPFLAGS += \
+#              $(MAD_CFLAGS)
+# endif
 
 libgnashmedia_la_LDFLAGS = -release $(VERSION)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]