[vlc-commits] video_filter: fix opencv build
    Tristan Matthews 
    git at videolan.org
       
    Wed Feb 11 20:04:40 CET 2015
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Feb 11 14:02:14 2015 -0500| [883f572e97a9f6923f008c32cec90c7d41f8c43d] | committer: Tristan Matthews
video_filter: fix opencv build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=883f572e97a9f6923f008c32cec90c7d41f8c43d
---
 modules/video_filter/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_filter/Makefile.am b/modules/video_filter/Makefile.am
index 16be51a..c5054f9 100644
--- a/modules/video_filter/Makefile.am
+++ b/modules/video_filter/Makefile.am
@@ -161,7 +161,7 @@ video_filter_LTLIBRARIES += libdynamicoverlay_plugin.la
 endif
 
 libopencv_wrapper_plugin_la_SOURCES = video_filter/opencv_wrapper.c
-libopencv_wrapper_plugin_la_CPPAGS = $(AM_CPPFLAGS) $(OPENCV_CFLAGS)
+libopencv_wrapper_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENCV_CFLAGS)
 libopencv_wrapper_plugin_la_LIBADD = $(OPENCV_LIBS)
 libopencv_wrapper_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(video_filterdir)'
 video_filter_LTLIBRARIES += $(LTLIBopencv_wrapper)
@@ -206,7 +206,7 @@ libblend_plugin_la_SOURCES = video_filter/blend.cpp
 video_filter_LTLIBRARIES += libblend_plugin.la
 
 libopencv_example_plugin_la_SOURCES = video_filter/opencv_example.cpp video_filter/filter_event_info.h
-libopencv_example_plugin_la_CPPAGS = $(AM_CPPFLAGS) $(OPENCV_CFLAGS)
+libopencv_example_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENCV_CFLAGS)
 libopencv_example_plugin_la_LIBADD = $(OPENCV_LIBS)
 libopencv_example_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(video_filterdir)'
 video_filter_LTLIBRARIES += $(LTLIBopencv_example)
    
    
More information about the vlc-commits
mailing list