Skip to content

Commit

Permalink
configure.ac: use the gecko-sdk in the contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Mutricy committed Mar 5, 2006
1 parent 2276b7e commit f96736f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ dnl kludge because only the debian package provides a ffmpeg-config
if test -z $with_goom_tree; then
with_goom_tree=${topdir}/extras/contrib/src/goom
fi
if test -z $with_mozilla_sdk_path; then
with_mozilla_sdk_path=${topdir}/extras/contrib/gecko-sdk
fi

if test ".`uname -s`" = ".Darwin"; then
export LD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$LD_LIBRARY_PATH
Expand Down

0 comments on commit f96736f

Please sign in to comment.