Skip to content

Commit

Permalink
Add libavcodec package
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Mar 30, 2011
1 parent 6fe2ae5 commit 5e2c718
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configure.osx
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,17 @@ else
die
fi

#
# libavcodec
#
if pkg-config --atleast-version 52.72.2 libavcodec; then
PKGS+="libavcodec "
echo "Using libavcodec: `pkg-config --modversion libavcodec`"
else
echo "libavcodec 52.72.2 or newer not found."
die
fi

#
# libavutil
#
Expand Down

0 comments on commit 5e2c718

Please sign in to comment.