[MPlayer-cvslog] r38212 - trunk/libvo/video_out.c
reimar
subversion at mplayerhq.hu
Tue Dec 29 23:02:05 EET 2020
Author: reimar
Date: Tue Dec 29 23:02:05 2020
New Revision: 38212
Log:
libvo: Add missing #ifdef.
MPlayer configured for corevideo enabled but gl
disabled would fail to build otherwise.
Modified:
trunk/libvo/video_out.c
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c Tue Dec 29 15:00:23 2020 (r38211)
+++ trunk/libvo/video_out.c Tue Dec 29 23:02:05 2020 (r38212)
@@ -171,7 +171,9 @@ const vo_functions_t* const video_out_dr
&video_out_kva,
#endif
#ifdef CONFIG_COREVIDEO
+#ifdef CONFIG_GL
&video_out_gl_nosw,
+#endif
&video_out_corevideo,
#endif
#ifdef CONFIG_QUARTZ
More information about the MPlayer-cvslog
mailing list