# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/smpeg/subconfig-libs.in # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # 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 version 2. # --- T2-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