From 83f9e1abed774e9b2f3972b45bb5395060048114 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Fri, 2 Mar 2001 22:22:16 +0000 Subject: removed auto-generated files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30 b3059339-0415-0410-9bf9-f77b7e298cf2 --- config.h | 70 ------------------------------------------------------- config.mak | 14 ----------- libvo/config.mak | 6 ----- mp3lib/config.mak | 6 ----- 4 files changed, 96 deletions(-) delete mode 100644 config.h delete mode 100644 config.mak delete mode 100644 libvo/config.mak delete mode 100644 mp3lib/config.mak diff --git a/config.h b/config.h deleted file mode 100644 index d9e8785f52..0000000000 --- a/config.h +++ /dev/null @@ -1,70 +0,0 @@ - -/* -------- Generated by ./configure ----------- */ - -/* Define this to enable avg. byte/sec-based AVI sync method by default: - (use -bps or -nobps commandline option for run-time method selection) */ -#undef AVI_SYNC_BPS - -/* Undefine this if you want soundcard-only timing by default: - You can still change this with the -alsa or -noalsa command-line option! - (This function was originally impemented to solve ALSA driver's big - buffer problems, but it seems to be useful for every soundcard drivers) */ -#define ALSA_TIMER - -/* Undefine this if your soundcard driver has no working select(). - If you have kernel Oops, player hangups, or just no audio, you should - try to recompile MPlayer with this option disabled! */ -#define HAVE_AUDIO_SELECT - -/* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm) - #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm - (with mmx/sse optimizations) - You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/ -#undef DEFAULT_MPG123 - -/* XMMP support: (test code) */ -#undef USE_XMMP_AUDIO -#define LIBDIR "/usr/local/lib" -#define PLUGINDIR LIBDIR "/xmmp/Plugins" -#define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so" - -/* LIRC (remote control, see www.lirc.org) support: */ -#undef HAVE_LIRC - -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #define WORDS_BIGENDIAN */ - -#define ARCH_X86 - -///////////////////////////////////////////////////////////////////////////// -// -// NOTE: Instead of modifying these here, use the --enable/--disable options -// of the ./configure script! See ./configure --help for details. -// -///////////////////////////////////////////////////////////////////////////// - -/* termcap flag for getch2.c */ -#define USE_TERMCAP - -/* Extension defines */ -#undef HAVE_MLIB // available only on solaris -#undef HAVE_3DNOW // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.) -#define HAVE_MMX // only define if you have MMX -#define HAVE_SSE // only define if you have SSE (Intel Pentium III or Celeron II) - -/* libvo options */ -#define SCREEN_SIZE_X 1 -#define SCREEN_SIZE_Y 1 -#define HAVE_X11 -#undef HAVE_XV -#define HAVE_GL -#undef HAVE_SDL -#undef HAVE_3DFX -#define HAVE_MGA -#define HAVE_SYNCFB - -#if defined(HAVE_GL)||defined(HAVE_X11)|defined(HAVE_XV) -#define X11_FULLSCREEN -#endif - diff --git a/config.mak b/config.mak deleted file mode 100644 index 59186c6732..0000000000 --- a/config.mak +++ /dev/null @@ -1,14 +0,0 @@ - -# -------- Generated by ./configure ----------- - -AR=ar -CC=gcc -# OPTFLAGS=-O4 -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer -ffast-math -OPTFLAGS=-O4 -march=i686 -mcpu=i686 -pipe -ffast-math -# LIBS=-L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -lGL -lX11 -lXext -X_LIBS=-L/usr/X11R6/lib -lGL -lX11 -lXext -TERMCAP_LIB=-ltermcap -XMM_LIBS = -LIRC_LIBS = -WIN32_PATH=-DWIN32_PATH=\"/usr/lib/win32\" - diff --git a/libvo/config.mak b/libvo/config.mak deleted file mode 100644 index 836b75fec0..0000000000 --- a/libvo/config.mak +++ /dev/null @@ -1,6 +0,0 @@ - -include ../config.mak - -OPTIONAL_SRCS= vo_gl.c vo_x11.c vo_mga.c vo_xmga.c vo_syncfb.c -OPTIONAL_OBJS=vo_gl.o vo_x11.o vo_mga.o vo_xmga.o vo_syncfb.o - diff --git a/mp3lib/config.mak b/mp3lib/config.mak deleted file mode 100644 index 8aacf246da..0000000000 --- a/mp3lib/config.mak +++ /dev/null @@ -1,6 +0,0 @@ - -include ../config.mak - -OPTIONAL_SRCS = -OPTIONAL_OBJS = - -- cgit v1.2.3