]> git.sesse.net Git - vlc/commit
Moved "video output" -> "vout display" wrapper to the core.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 15 Apr 2010 20:47:11 +0000 (22:47 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 17 Apr 2010 20:43:53 +0000 (22:43 +0200)
commit95cee7fc59fa06c7494c60cc4dad1038ffb27a1c
treecb50a14014c97912933e722f60d764540d6004fa
parent9580417f22c2b5a68daf68cb5808b506a12311f9
Moved "video output" -> "vout display" wrapper to the core.

This removes support for non converted "video output" and "video filter"
modules.
modules/video_output/Modules.am
src/Makefile.am
src/video_output/video_output.c
src/video_output/vout_internal.h
src/video_output/vout_wrapper.c [moved from modules/video_output/wrapper.c with 95% similarity]