diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 21:21:35 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 21:21:35 +0200 |
| commit | 72502048605f35642f421bd256021dbd93482728 (patch) | |
| tree | 71cba6df0416fc429171cef5b53f24057ef60275 /src/post/planar | |
| parent | 7fb0e4d32e5a7ccc121c42e043db795286e1a567 (diff) | |
| parent | b56784ba37622f28147b6a10c7ba77f9c9fbf2f7 (diff) | |
| download | xine-lib-72502048605f35642f421bd256021dbd93482728.tar.gz xine-lib-72502048605f35642f421bd256021dbd93482728.tar.bz2 | |
Merge changes from main repository.
Diffstat (limited to 'src/post/planar')
| -rw-r--r-- | src/post/planar/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index cc0647808..e75f6e63e 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -17,9 +17,7 @@ endif # work, but at least it compiles. AM_CFLAGS = $(ff_cflags) -fomit-frame-pointer -libdir = $(XINE_PLUGINDIR)/post - -lib_LTLIBRARIES = xineplug_post_planar.la +xinepost_LTLIBRARIES = xineplug_post_planar.la xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c fill.c boxblur.c \ denoise3d.c eq.c eq2.c unsharp.c pp.c noise.c |
