]> git.sesse.net Git - mlt/commit
Fix detecting VDPAU on dash-based systems.
authorDan Dennedy <dan@dennedy.org>
Sun, 22 Aug 2010 08:35:53 +0000 (01:35 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 22 Aug 2010 08:35:53 +0000 (01:35 -0700)
commit4614bc7e60452bb6a308beedddb7577b6ff25fd8
tree8e4a5cfb48fe1c6f676439c40b8dc7d1dc769610
parentb007948fc6874bcd2fa8a6120eccb70e62c18b44
Fix detecting VDPAU on dash-based systems.

The script was using 'echo -e' which is not POSIX-compliant. The
recommendation is to use printf with string containing escape sequences.
src/modules/avformat/configure