diff options
author | Felipe Contreras <felipe.contreras@nokia.com> | 2010-10-01 04:07:29 +0300 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@nokia.com> | 2010-10-01 04:07:29 +0300 |
commit | 364e6e59fefef45f81bd02d9a9bf0bb58c6d0cc1 (patch) | |
tree | aa4c5ec651498e0156b9b11ccb1eaba55046881a | |
parent | 185582f6b5d8e37fb6b3611cd05d1cf53dec090c (diff) |
build: remove patches extra dir
Patches are welcome, but I'm not going to fix anyone's buggy omx
implementation.
Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 91559b8..2aa0490 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ include $(top_srcdir)/build-aux/release.mak EXTRA_DIST = autogen.sh \ build-aux/git-version-gen \ build-aux/gst-autogen.sh \ - build-aux/release.mak \ - patches + build-aux/release.mak ACLOCAL_AMFLAGS = -I m4 |