vlc/defconfig
Cyril Deguet c31926a048 * user-friendly(?) build system, based on linux Menuconfig script.
Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
  It's actually a wrapper which calls configure, but only a small number
  of vlc functionalities has been implemented at the moment.
  Please try it however ;)
  (you must have libncurses-dev installed)
2003-04-11 20:45:48 +00:00

45 lines
585 B
Plaintext

#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_LINUX=y
# CONFIG_WIN32 is not set
#
# Graphical User Interfaces
#
CONFIG_GNOME=y
# CONFIG_GTK is not set
#
# Inputs
#
CONFIG_DVD=y
CONFIG_DVDOLD=y
# CONFIG_DVDREAD is not set
# CONFIG_DVDPLAY is not set
# CONFIG_VCD is not set
# CONFIG_V4L is not set
# CONFIG_SAT is not set
#
# Video outputs
#
CONFIG_X11=y
CONFIG_XVIDEO=y
# CONFIG_FB is not set
# CONFIG_SDL is not set
#
# Audio outputs
#
CONFIG_OSS=y
CONFIG_ESD=y
#
# Codecs
#
CONFIG_A52=y
CONFIG_MAD=y
CONFIG_FFMPEG=y
CONFIG_FFMPEG_TREE="/home/cyril/ffmpeg"