summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-04-30 22:12:15 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-04-30 22:12:15 +0000
commit2855d20ef0939f84c40278cc0e18bafdaac8575a (patch)
tree692e0376464a94231fe5cfa8a37a6d7826cf9942 /src/video_out/video_out_opengl.c
parent4d237f55ef91606af05116939b977e4b1af1ad1b (diff)
downloadxine-lib-2855d20ef0939f84c40278cc0e18bafdaac8575a.tar.gz
xine-lib-2855d20ef0939f84c40278cc0e18bafdaac8575a.tar.bz2
Enable opengl compiling.
It seg faults at the moment, but we will fix that. CVS patchset: 6470 CVS date: 2004/04/30 22:12:15
Diffstat (limited to 'src/video_out/video_out_opengl.c')
-rw-r--r--src/video_out/video_out_opengl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c
index 87def8a54..99016c182 100644
--- a/src/video_out/video_out_opengl.c
+++ b/src/video_out/video_out_opengl.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_opengl.c,v 1.37 2004/04/26 17:50:09 mroi Exp $
+ * $Id: video_out_opengl.c,v 1.38 2004/04/30 22:12:15 jcdutton Exp $
*
* video_out_glut.c, glut based OpenGL rendering interface for xine
* Matthias Hopf <mat@mshopf.de>
@@ -785,7 +785,7 @@ static int opengl_set_property (vo_driver_t *this_gen,
case VO_PROP_BRIGHTNESS:
this->yuv2rgb_brightness = value;
this->yuv2rgb_factory->set_csc_levels (this->yuv2rgb_factory, value, 128, 128);
- xrintf(this->xine, XINE_VERBOSITY_DEBUG, "video_out_opengl: brightness changed to %d\n",value);
+ xprintf(this->xine, XINE_VERBOSITY_DEBUG, "video_out_opengl: brightness changed to %d\n",value);
break;
default:
xprintf (this->xine, XINE_VERBOSITY_DEBUG,
@@ -959,7 +959,7 @@ static vo_driver_t *opengl_open_plugin (video_driver_class_t *class_gen,
this->vo_driver.redraw_needed = opengl_redraw_needed;
this->yuv2rgb_brightness =
- config->register_range(this->config, "video.opengl_gamma", 0,
+ this->config->register_range(this->config, "video.opengl_gamma", 0,
-100, 100,
_("brightness correction"),
_("The brightness correction can be used to lighten or darken the image. "