[vlc-devel] commit: remove stray comma (Vincent Penquerc'h )

git version control git at videolan.org
Wed Jul 30 02:01:21 CEST 2008


vlc | branch: master | Vincent Penquerc'h <ogg.k.ogg.k at googlemail.com> | Sat Jul 26 18:14:46 2008 +0100| [34a1e325743809854127a065a6ea89851c00e714]

remove stray comma

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34a1e325743809854127a065a6ea89851c00e714
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index ca28e24..10cb9e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3444,7 +3444,7 @@ then
   ],[
    PKG_CHECK_MODULES(LIBMPEG2,[libmpeg2 > 0.3.2],[ 
           VLC_ADD_PLUGIN([libmpeg2])
-          VLC_ADD_LIBS([libmpeg2], $LIBMPEG2_LIBS),
+          VLC_ADD_LIBS([libmpeg2], $LIBMPEG2_LIBS)
           VLC_ADD_CFLAGS([libmpeg2], $LIBMPEG2_CFLAGS)
        ], 
       AC_MSG_WARN([Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ . Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin.]))




More information about the vlc-devel mailing list