Mercurial > mplayer.hg
comparison Makefile @ 27906:257f974b7cd9
Add yasm support to the build system.
This allows to use yasm assembler optimizations from FFmpeg code,
in particular, from libavcodec/fft.c.
author | bircoph |
---|---|
date | Sun, 16 Nov 2008 13:04:16 +0000 |
parents | 6fdb5269fe86 |
children | 4ac70bd6acac |
comparison
equal
deleted
inserted
replaced
27905:fdf5209968a6 | 27906:257f974b7cd9 |
---|---|
871 | 871 |
872 doxygen: | 872 doxygen: |
873 doxygen DOCS/tech/Doxyfile | 873 doxygen DOCS/tech/Doxyfile |
874 | 874 |
875 TAGS: | 875 TAGS: |
876 rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a | 876 rm -f $@; ( find -name '*.[chS]' -o -name '*.asm' -print ) | xargs etags -a |
877 | 877 |
878 tags: | 878 tags: |
879 rm -f $@; ( find -name '*.[chS]' -print ) | xargs ctags -a | 879 rm -f $@; ( find -name '*.[chS]' -o -name '*.asm' -print ) | xargs ctags -a |
880 | 880 |
881 | 881 |
882 | 882 |
883 ###### tests / tools ####### | 883 ###### tests / tools ####### |
884 | 884 |