[vlc-commits] motion: fix source file paths
Pierre Ynard
git at videolan.org
Sun Oct 7 00:17:01 CEST 2012
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Oct 7 00:16:35 2012 +0200| [ef54f59cf7a72c1d9b9ff7eaefdda36b3c74e502] | committer: Pierre Ynard
motion: fix source file paths
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef54f59cf7a72c1d9b9ff7eaefdda36b3c74e502
---
modules/video_filter/Modules.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am
index ebd4eab..6a40b88 100644
--- a/modules/video_filter/Modules.am
+++ b/modules/video_filter/Modules.am
@@ -72,7 +72,7 @@ SOURCES_opencv_wrapper = opencv_wrapper.c
SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
if HAVE_DARWIN
-motion_extra = unimotion.c unimotion.h
+motion_extra = ../control/unimotion.c ../control/unimotion.h
else
motion_extra = $(NULL)
endif
More information about the vlc-commits
mailing list