[vlc-commits] remove obsolete comment

Rafaël Carré git at videolan.org
Mon Sep 19 04:53:51 CEST 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Sep 18 22:53:41 2011 -0400| [6d652d11d4617308c889ae551b6ca3f10bf6cf93] | committer: Rafaël Carré

remove obsolete comment

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

 m4/vlc.m4 |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/m4/vlc.m4 b/m4/vlc.m4
index e60e306..ee5f8b7 100644
--- a/m4/vlc.m4
+++ b/m4/vlc.m4
@@ -1,5 +1,4 @@
 dnl  Macros needed for VLC
-dnl  $Id$
 
 dnl ===========================================================================
 dnl  Macros to add plugins or builtins and handle their flags
@@ -13,7 +12,6 @@ AC_DEFUN([VLC_ADD_PLUGIN], [
   ])
 ])
 
-dnl  Special cases: vlc, pics, plugins, save
 AC_DEFUN([VLC_ADD_CPPFLAGS], [
   m4_foreach_w([element], [$1], [
     [eval "CPPFLAGS_]element[="'"$'"{CPPFLAGS_]element[} $2"'"']
@@ -99,4 +97,3 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
   AC_MSG_RESULT(${LIBEXT})
   AC_DEFINE_UNQUOTED(LIBEXT, "${LIBEXT}", [Dynamic object extension])
 ])
-



More information about the vlc-commits mailing list