Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added using new versions of libav audio and video decoding and encodi…
…ng functions.

Added conversion/resampling functionality.
Added using of libav audio fifo buffer.

Works with latest git master of libav.

Signed-off-by: Michel Verbraak <info@1st-setup.nl>
  • Loading branch information
1stsetup authored and perexg committed Oct 10, 2014
1 parent 5f0cc2c commit 4e098bd
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 53 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -295,6 +295,10 @@ if enabled_or_auto libav; then
has_libav=false
fi

if $has_libav && ! check_pkg libavresample ">=2.1.0"; then
has_libav=false
fi

if $has_libav; then
enable libav
elif enabled libav; then
Expand Down

0 comments on commit 4e098bd

Please sign in to comment.