[vlc-commits] directdraw: Fix build

Hugo Beauzée-Luyssen git at videolan.org
Sun May 1 15:11:06 CEST 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun May  1 15:10:52 2016 +0200| [196e144633dafcae8c328ac12194bb335a711213] | committer: Hugo Beauzée-Luyssen

directdraw: Fix build

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

 modules/video_output/win32/directdraw.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/win32/directdraw.c b/modules/video_output/win32/directdraw.c
index b26db2d..27ca233 100644
--- a/modules/video_output/win32/directdraw.c
+++ b/modules/video_output/win32/directdraw.c
@@ -69,7 +69,6 @@
 
 #define OVERLAY_TEXT N_("Overlay video output")
 #define OVERLAY_LONGTEXT N_(\
-#define OVERLAY_LONGTEXT N_(\
     "Overlay is the hardware acceleration capability of your video card " \
     "(ability to render video directly). VLC will try to use it by default.")
 



More information about the vlc-commits mailing list