diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-03 03:09:17 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-03 03:09:17 +0800 |
commit | faaa238d11b2921611930a732671884fc02c8d33 (patch) | |
tree | de289f5977ae389ba1fe4d5c9db37c1611a91a66 /sysutils | |
parent | 8e6aebd498d20a0d7821937b802bc821b246604b (diff) | |
download | freebsd-ports-gnome-faaa238d11b2921611930a732671884fc02c8d33.tar.gz freebsd-ports-gnome-faaa238d11b2921611930a732671884fc02c8d33.tar.zst freebsd-ports-gnome-faaa238d11b2921611930a732671884fc02c8d33.zip |
Enable sound recording.
Reported by: Matt Lancereau <matt@bsd-blax.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xvidcap/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xvidcap/files/patch-configure | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index 319c214f784b..8825ac9eed78 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -7,6 +7,7 @@ PORTNAME= xvidcap PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= sysutils multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} 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 |