From f0dbbe966ff321997e57c5e47308b1e18d962781 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Aug 2007 00:23:48 +0000 Subject: add makefiles to speex/ and ffmpeg/ to easy compilation from emacs git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1715 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/ffmpeg/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/pulsecore/ffmpeg/Makefile (limited to 'src/pulsecore/ffmpeg') diff --git a/src/pulsecore/ffmpeg/Makefile b/src/pulsecore/ffmpeg/Makefile new file mode 100644 index 00000000..316beb72 --- /dev/null +++ b/src/pulsecore/ffmpeg/Makefile @@ -0,0 +1,13 @@ +# This is a dirty trick just to ease compilation with emacs +# +# This file is not intended to be distributed or anything +# +# So: don't touch it, even better ignore it! + +all: + $(MAKE) -C ../.. + +clean: + $(MAKE) -C ../.. clean + +.PHONY: all clean -- cgit