# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../smpeg/subconfig-libs.in # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- if pkgcheck smpeg X ; then menu_begin MENU_PKG_SMPEG 'SDL MPEG Library Options' block_begin 4 bool 'enable mmx' SDECFG_PKG_SMPEG_MMX 0 " enable MMX IDCT decoding routines" bool 'enable ati' SDECFG_PKG_SMPEG_ATI 0 " enable ATI Rage128 hardware acceleration" bool 'enable timestamp synx' SDECFG_PKG_SMPEG_SYNC 1 " enable system timestamp sync" bool 'enable system thread' SDECFG_PKG_SMPEG_THSYS 0 " enable system thread" bool 'enable threaded audio' SDECFG_PKG_SMPEG_THAUDIO 1 " enable threaded audio" bool 'enable GTK player' SDECFG_PKG_SMPEG_GTKPLAY 1 " build a GTk sample SMPEG player" bool 'enable OpenGL player' SDECFG_PKG_SMPEG_GLPLAY 1 " build an OpenGL sample SMPEG player" bool 'enable assertions' SDECFG_PKG_SMPEG_ASSERT 0 " Enable consistency checks in decoding" block_end menu_end fi