diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/alpha')
| -rw-r--r-- | src/libffmpeg/libavcodec/alpha/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/alpha/Makefile.am b/src/libffmpeg/libavcodec/alpha/Makefile.am new file mode 100644 index 000000000..8f8a80afa --- /dev/null +++ b/src/libffmpeg/libavcodec/alpha/Makefile.am @@ -0,0 +1,12 @@ +EXTRA_DIST = asm.h dsputil_alpha.c mpegvideo_alpha.c pixops.h + +debug: +install-debug: + +mostlyclean-generic: + -rm -f *~ \#* .*~ .\#* + +maintainer-clean-generic: + -@echo "This command is intended for maintainers to use;" + -@echo "it deletes files that may require special tools to rebuild." + -rm -f Makefile.in |
