[vlc-devel] commit: Continue renaming vout_directx to directx (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jul 18 00:55:16 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 18 00:15:40 2009 +0200| [90e2d29fd43405226ae962ca523fc6147622f4f5] | committer: Jean-Baptiste Kempf 

Continue renaming vout_directx to directx

Directx doesn't mean anything... It should be directdraw

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

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

diff --git a/configure.ac b/configure.ac
index f38cbf4..1be761c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4380,9 +4380,9 @@ then
     if test -z "${with_directx}"
     then
       AC_CHECK_HEADERS(ddraw.h,
-      [ VLC_ADD_PLUGIN([vout_directx])
+      [ VLC_ADD_PLUGIN([directx])
         VLC_ADD_PLUGIN([aout_directx])
-        VLC_ADD_LIBS([vout_directx],[-lgdi32])
+        VLC_ADD_LIBS([directx],[-lgdi32])
       ])
       AC_CHECK_HEADERS(GL/gl.h,
       [ VLC_ADD_PLUGIN([glwin32])
@@ -4396,10 +4396,10 @@ then
       AC_MSG_CHECKING(for directX headers in ${with_directx})
       if test -f ${with_directx}/ddraw.h
       then
-        VLC_ADD_PLUGIN([vout_directx])
+        VLC_ADD_PLUGIN([directx])
 	VLC_ADD_PLUGIN([aout_directx])
-        VLC_ADD_CPPFLAGS([vout_directx aout_directx],[-I${with_directx}])
-        VLC_ADD_LIBS([vout_directx],[-lgdi32])
+        VLC_ADD_CPPFLAGS([directx aout_directx],[-I${with_directx}])
+        VLC_ADD_LIBS([directx],[-lgdi32])
         AC_MSG_RESULT(yes)
       else
         AC_MSG_RESULT(no)




More information about the vlc-devel mailing list