]> git.sesse.net Git - mlt/blobdiff - src/modules/frei0r/configure
use sse2 instruction for line compositing
[mlt] / src / modules / frei0r / configure
index 5c46a7da6ad56e6c4534f81238fb51da1bb54e02..73757a468def86fc5a5191470306eddec29f9533 100755 (executable)
@@ -3,7 +3,7 @@
 if [ "$help" != "1" ]
 then
 
-       echo -e "#include <frei0r.h>\n int main(){ f0r_plugin_info_t test; test.name;return 0;}\n"| gcc $CFLAGS -c -o test1 -x c -  >/dev/null 2>&1
+       echo "#include <frei0r.h> int main(){ f0r_plugin_info_t test; test.name;return 0;}"| gcc $CFLAGS -c -x c -  >/dev/null 2>&1
 
        if [ "$?" = "1" ]
        then