Changeset View
Changeset View
Standalone View
Standalone View
head/multimedia/mplayer/Makefile.options
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | |||||
| CFLAGS_armv6+= -no-integrated-as | CFLAGS_armv6+= -no-integrated-as | ||||
| CFLAGS_armv7+= -no-integrated-as | CFLAGS_armv7+= -no-integrated-as | ||||
| LDFLAGS_i386+= -Wl,-z,notext | LDFLAGS_i386+= -Wl,-z,notext | ||||
| # Extra build options for debugging | # Extra build options for debugging | ||||
| # ================================= | # ================================= | ||||
| .if ${PORT_OPTIONS:MDEBUG} | .if defined(WITH_DEBUG) | ||||
| WITH_DEBUG= yes | |||||
| CONFIGURE_ARGS+= --enable-debug=3 | CONFIGURE_ARGS+= --enable-debug=3 | ||||
| .endif | .endif | ||||
| # Win32 DLL codecs support on i386, mostly superseded by ffmpeg | # Win32 DLL codecs support on i386, mostly superseded by ffmpeg | ||||
| # ============================================================= | # ============================================================= | ||||
| .if ${ARCH} == "i386" | .if ${ARCH} == "i386" | ||||
| CONFIGURE_ARGS+= --codecsdir=${LOCALBASE}/lib/win32 | CONFIGURE_ARGS+= --codecsdir=${LOCALBASE}/lib/win32 | ||||
| .else | .else | ||||
| CONFIGURE_ARGS+= --disable-win32dll \ | CONFIGURE_ARGS+= --disable-win32dll \ | ||||
| --disable-qtx | --disable-qtx | ||||
| .endif | .endif | ||||