Mercurial > mplayer.hg
comparison configure @ 5147:ed2e841e863d
writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was the same as PREFIX
author | alex |
---|---|
date | Sat, 16 Mar 2002 21:20:03 +0000 |
parents | a2aecc3bff4e |
children | 5ad4891530b5 |
comparison
equal
deleted
inserted
replaced
5146:1941807a2188 | 5147:ed2e841e863d |
---|---|
3180 LANG = C | 3180 LANG = C |
3181 TARGET_OS = $system_name | 3181 TARGET_OS = $system_name |
3182 prefix = $_prefix | 3182 prefix = $_prefix |
3183 DATADIR = $_datadir | 3183 DATADIR = $_datadir |
3184 CONFDIR = $_confdir | 3184 CONFDIR = $_confdir |
3185 LIBDIR = $_libdir | |
3185 AR = ar | 3186 AR = ar |
3186 CC = $_cc | 3187 CC = $_cc |
3187 AWK = $_awk | 3188 AWK = $_awk |
3188 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math | 3189 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math |
3189 OPTFLAGS = $CFLAGS | 3190 OPTFLAGS = $CFLAGS |
3285 $_def_i18n | 3286 $_def_i18n |
3286 | 3287 |
3287 /* Runtime Cpudetection */ | 3288 /* Runtime Cpudetection */ |
3288 $_def_runtime_cpudetection | 3289 $_def_runtime_cpudetection |
3289 | 3290 |
3290 #define USR_PREFIX "$_prefix" | 3291 #define PREFIX "$_prefix" |
3291 | 3292 |
3292 /* define this to use simple idct with patched libavcodec */ | 3293 /* define this to use simple idct with patched libavcodec */ |
3293 #define SIMPLE_IDCT 1 | 3294 #define SIMPLE_IDCT 1 |
3294 | 3295 |
3295 #define USE_OSD 1 | 3296 #define USE_OSD 1 |
3434 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ | 3435 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/ |
3435 $_def_fastmemcpy | 3436 $_def_fastmemcpy |
3436 | 3437 |
3437 /* gui support, please do not edit this option */ | 3438 /* gui support, please do not edit this option */ |
3438 $_def_gui | 3439 $_def_gui |
3439 #define PREFIX "$_prefix" | |
3440 | 3440 |
3441 /* Audio output drivers */ | 3441 /* Audio output drivers */ |
3442 $_def_ossaudio | 3442 $_def_ossaudio |
3443 $_def_ossaudio_devdsp | 3443 $_def_ossaudio_devdsp |
3444 $_def_ossaudio_devmixer | 3444 $_def_ossaudio_devmixer |