diff options
| author | Lennart Poettering <lennart@poettering.net> | 2007-08-24 00:23:48 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2007-08-24 00:23:48 +0000 |
| commit | f0dbbe966ff321997e57c5e47308b1e18d962781 (patch) | |
| tree | 5ac089962df4b050abdde1cfaef4606536af4c62 /src/pulsecore/ffmpeg | |
| parent | 640ae04589286fa3de8da7155397b7196df07ce9 (diff) | |
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
Diffstat (limited to 'src/pulsecore/ffmpeg')
| -rw-r--r-- | src/pulsecore/ffmpeg/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
