On 30/08/14 10:33, Федор wrote: > > How directly use gas-preprocessor.pl? I download bundle from here - > https://git.libav.org/?p=gas-preprocessor.git;a=tree > ang try it like described here - > https://wiki.libav.org/Tools/gas-preprocessor . I got error : > gas-preprocessor.pl clang > Unrecognized input filetype at > D:\Symbian\Projects\gas-preprocessor\gas-preprocessor.pl line 95. > Always yours, Fedor
You aren't passing a file to it so the gas-preprocessor cannot guess the filetype. gas-preprocessor.pl clang -v will print the clang version. if you pass one of the supported filetypes it will be preprocessed and fed to clang. otherwise you can fully specify what the preprocessor should do. (see the Libav configure for better examples) lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
