diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-02 19:09:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-02 19:09:17 +0000 |
commit | 98acb6f8656c6a1e17fa37c01103f9230ce3e55f (patch) | |
tree | 1aea2e77856ac88c632f54ddc5eb9b43380f807f /sysutils/xvidcap/files | |
parent | b57cfa3ee6f6cbcac948fc8ca2420dd879e26506 (diff) |
Notes
Diffstat (limited to 'sysutils/xvidcap/files')
-rw-r--r-- | sysutils/xvidcap/files/patch-configure | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/xvidcap/files/patch-configure b/sysutils/xvidcap/files/patch-configure new file mode 100644 index 000000000000..9a026af196d8 --- /dev/null +++ b/sysutils/xvidcap/files/patch-configure @@ -0,0 +1,25 @@ +--- configure.orig Sat Feb 14 21:06:12 2004 ++++ configure Sun May 2 19:45:20 2004 +@@ -5250,9 +5250,6 @@ + + echo "$as_me:$LINENO: checking for audio_init in -lavformat" >&5 + echo $ECHO_N "checking for audio_init in -lavformat... $ECHO_C" >&6 +-if test "${ac_cv_lib_avformat_audio_init+set}" = set; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else + + echo -n "(static?) ... " + ac_check_lib_save_LIBS=$LIBS +@@ -5305,11 +5302,8 @@ + fi + echo "$as_me:$LINENO: result: $ac_cv_lib_avformat_audio_init" >&5 + echo "${ECHO_T}$ac_cv_lib_avformat_audio_init" >&6 +-else +- ac_cv_lib_avformat_audio_init=no +-fi + +-if test $ac_cv_lib_avformat_audio_init = yes; then ++if test x$ac_cv_lib_avformat_audio_init = xyes; then + ac_my_have_ffmpeg_audio="1" + else + unset ac_cv_lib_avformat_audio_open ; echo "$as_me:$LINENO: checking for audio_init in -lavformat" >&5 |