summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-02 03:14:54 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-02 03:14:54 +0000
commit1a171246726377dc40a9fcfc72972e51b05945a9 (patch)
treed2502095ca3ca0a4a469be6701323b7ce349cf1b /configure
parent7cd95a4b4b59c139ef44b962c914f643fdc5a33f (diff)
downloadmpv-1a171246726377dc40a9fcfc72972e51b05945a9.tar.bz2
mpv-1a171246726377dc40a9fcfc72972e51b05945a9.tar.xz
first stage of build system cleanup:
- remove .developer nonsense - correct version.h dependencies - remove some old shared dvdkit cruft that was not used who's going to buy me the cola if this breaks?? :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18013 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index d2bc5948ff..069c04896b 100755
--- a/configure
+++ b/configure
@@ -6979,14 +6979,6 @@ if test "$_profile" != "" || test "$_debug" != "" ; then
_stripbinaries=no
elif test -z "$CFLAGS" ; then
CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
- # always compile with '-g' if .developer:
- if test -f ".developer" ; then
- CFLAGS="-g $CFLAGS"
- if test "$_crash_debug" = auto && not mingw32 ; then
- _crash_debug=yes
- fi
- _stripbinaries=no
- fi
else
_warn_CFLAGS=yes
fi
@@ -7328,7 +7320,6 @@ DVDREAD = $_dvdread
DVDREAD_LIB = $_ld_dvdread
DVDKIT = $_dvdkit
DVDKIT2 = $_dvdkit2
-DVDKIT_SHARED = no
SDL_INC = $_inc_sdl
W32_DEP = $_dep_win32
W32_LIB = $_ld_win32