[PATCH] remove obsolete -mno-cygwin
[email protected] Mon, 28 Mar 2011 00:28:20 +0200
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Mark Brand <[email protected]> --- build/generic/configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/generic/configure.in b/build/generic/configure.in index 0536fe1..b954a10 100644 --- a/build/generic/configure.in +++ b/build/generic/configure.in @@ -286,8 +286,8 @@ case "$target_os" in AC_MSG_RESULT([ok]) STATIC_LIB="xvidcore.\$(STATIC_EXTENSION)" SHARED_LIB="xvidcore.\$(SHARED_EXTENSION)" - SPECIFIC_LDFLAGS="-mno-cygwin -shared -Wl,--dll,--out-implib,\[email protected] libxvidcore.def" - SPECIFIC_CFLAGS="-mno-cygwin" + SPECIFIC_LDFLAGS="-shared -Wl,--dll,--out-implib,\[email protected] libxvidcore.def" + SPECIFIC_CFLAGS="" ;; darwin*|raphsody*) STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)" -- 1.7.4.1