Skip to content

Commit

Permalink
add missing if
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Feb 2, 2013
1 parent 24f0b38 commit 024cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if test "$PHP_FFMPEG" != "no"; then

AC_MSG_CHECKING(for ffmpeg headers)
for i in $INC_CHECK_DIRS ; do
test -f $i/include/libavcodec/avcodec.h; then
if test -f $i/include/libavcodec/avcodec.h; then
dnl ffmpeg svn revision 12194 and newer put each header in its own dir
dnl so we have to include them all.
dnl PHP_ADD_INCLUDE($i/include/libavcodec/)
Expand Down

0 comments on commit 024cbae

Please sign in to comment.