Skip to content

Commit

Permalink
audio/alsa-plugins: revert ffmpeg workaround
Browse files Browse the repository at this point in the history
Not a leaf consumer. Depending on ffmpeg4 can cause bustage or crashes
in ffmpeg consumers.

PR:		271641 272337

This reverts commit ca82785.
  • Loading branch information
jbeich committed Jul 7, 2023
1 parent 51ba503 commit 38462c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions audio/alsa-plugins/Makefile
Expand Up @@ -39,10 +39,9 @@ BLKCNT_P2_CFLAGS= -DFREEBSD_OSS_BLKCNT_P2
BUFSZ_P2_CFLAGS= -DFREEBSD_OSS_BUFSZ_P2
VERBOSE_CFLAGS= -DALSA_OSS_DEBUG_VERBOSE

FFMPEG_LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
FFMPEG_CONFIGURE_ENABLE= libav
FFMPEG_CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig"
FFMPEG_MAKE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig"
FFMPEG_BROKEN= fails to build with ffmpeg >= 5

JACK_LIB_DEPENDS= libjack.so:audio/jack
JACK_CONFIGURE_ENABLE= jack
Expand Down

0 comments on commit 38462c1

Please sign in to comment.