Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
[rk] fixup detection
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Jul 10, 2014
1 parent 55cf443 commit ae9f60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ for codecs in `echo $add_codecs | sed 's/,/ /g'`; do
XB_ADD_CODEC([LIBSTAGEFRIGHT], [libstagefright], [$codecs])
;;
*rkstf*)
AC_CHECK_HEADER([${prefix}/opt/rkvpu/src/common/vpu_global.h],rkvpu_found=yes,)
AC_CHECK_HEADER([${prefix}/opt/rkvpu/src/common/include/vpu_type.h],rkvpu_found=yes,)
if test $rkvpu_found = yes; then
XB_ADD_CODEC([RKSTF], [rkstf], [$codecs])
fi
Expand Down

0 comments on commit ae9f60d

Please sign in to comment.