Commit ffc6fed0 authored by Laurent Aimar's avatar Laurent Aimar

Removed "video filter" wrapper.

parent c7426c00
...@@ -72,7 +72,6 @@ SOURCES_atmo = atmo/atmo.cpp \ ...@@ -72,7 +72,6 @@ SOURCES_atmo = atmo/atmo.cpp \
atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \ atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
atmo/MoMoConnection.cpp atmo/MoMoConnection.h \ atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
SOURCES_video_filter_wrapper = wrapper.c
noinst_HEADERS = filter_common.h filter_picture.h noinst_HEADERS = filter_common.h filter_picture.h
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
...@@ -116,5 +115,4 @@ libvlc_LTLIBRARIES += \ ...@@ -116,5 +115,4 @@ libvlc_LTLIBRARIES += \
libtransform_plugin.la \ libtransform_plugin.la \
libwall_plugin.la \ libwall_plugin.la \
libwave_plugin.la \ libwave_plugin.la \
libyuvp_plugin.la \ libyuvp_plugin.la
libvideo_filter_wrapper_plugin.la
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment