1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-01 20:00:37 +00:00

vo_gl2.c added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-07 21:36:29 +00:00
parent f8f7fa7d3c
commit 296cb62800

2
configure vendored
View File

@ -2018,7 +2018,7 @@ fi
if [ $_gl = yes ]; then
_gl='#define HAVE_GL'
_vosrc=$_vosrc' vo_gl.c'
_vosrc=$_vosrc' vo_gl.c vo_gl2.c'
else
_gl='#undef HAVE_GL'
fi