diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-10-09 05:13:38 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-10-09 05:13:38 +0000 |
commit | 174abfc85ddc0220efecd4b7cda27816ef999c10 (patch) | |
tree | bea33d1e79ecede96198db8ea09966e0537831ad /src/xine-engine/video_out.h | |
parent | 64090090df11d9179eac3f19b784f544cdb7cce5 (diff) | |
download | xine-lib-174abfc85ddc0220efecd4b7cda27816ef999c10.tar.gz xine-lib-174abfc85ddc0220efecd4b7cda27816ef999c10.tar.bz2 |
configure.ac:
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 515403807..fa955cac9 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -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.h,v 1.62 2002/09/18 22:12:17 guenter Exp $ + * $Id: video_out.h,v 1.63 2002/10/09 05:13:40 storri Exp $ * * * xine version of video_out.h @@ -152,7 +152,7 @@ struct vo_instance_s { /* private stuff can be added here */ -} ; +}; /* constants for the get/set property functions */ |