Skip to content

Commit

Permalink
mlt-config-template: send deprecation warning to stderr to prevent br…
Browse files Browse the repository at this point in the history
…eaking legacy scripts and makefiles

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1293 d19143bc-622f-0410-bfdd-b5b2a6649095
  • Loading branch information
ddennedy committed Dec 27, 2008
1 parent 6cb69d6 commit e01890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlt-config-template
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ elif [ -f "$prefix/share/mlt/packages.dat" ]
then grep "^$package" $prefix/share/mlt/packages.dat | cut -f $field
else echo mlt-config cannot find package $package.
fi
echo "mlt-config is deprecated. Please use pkg-config instead."
echo >&2 "mlt-config is deprecated. Please use pkg-config instead."

0 comments on commit e01890a

Please sign in to comment.