diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 16:17:04 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 16:17:04 +0200 |
commit | e7b343f647fa5c44551946b39afdeebe0812c8eb (patch) | |
tree | 8b009e9989323e027814243f35285bfff63a1f2b /src/post/deinterlace/plugins | |
parent | 217f2b6ec22319c6c01594f0a09e652f3e829a61 (diff) | |
download | xine-lib-e7b343f647fa5c44551946b39afdeebe0812c8eb.tar.gz xine-lib-e7b343f647fa5c44551946b39afdeebe0812c8eb.tar.bz2 |
Define a xinepostdir directory to point to the post-plugins path.
Together with this, define a xinepost_LTLIBRARIES class that is used
to install the post-plugins in the correct directory.
Also add the rule to remove them.
Diffstat (limited to 'src/post/deinterlace/plugins')
-rw-r--r-- | src/post/deinterlace/plugins/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am index e6e785211..17d170127 100644 --- a/src/post/deinterlace/plugins/Makefile.am +++ b/src/post/deinterlace/plugins/Makefile.am @@ -32,8 +32,6 @@ EXTRA_DIST = greedy2frame_template.c greedyh.asm \ AM_CFLAGS = -I$(top_srcdir)/src/post/deinterlace \ -I$(top_srcdir)/src/libffmpeg/libavcodec/libpostproc -libdir = $(XINE_PLUGINDIR)/post - noinst_LTLIBRARIES = libdeinterlaceplugins.la libdeinterlaceplugins_la_SOURCES = \ |