diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-17 20:25:53 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-17 20:25:53 +0100 |
| commit | 2b3df508106c0cf311132baeab89a2049fe22a77 (patch) | |
| tree | 856965a43310eb746892d2c80514e144c76d0da2 /src/xine-engine | |
| parent | d4422c12b810ff9af859ed141f064e137f6bf3be (diff) | |
| download | xine-lib-2b3df508106c0cf311132baeab89a2049fe22a77.tar.gz xine-lib-2b3df508106c0cf311132baeab89a2049fe22a77.tar.bz2 | |
Remove SyncFB video output plugin, and related documentation and code.
Matthias Dahl, the last maintainer of the code, confirms that the needed Linux kernel module is not building anymore, and thus this is unusable.
Please consider using VIDIX or DirectFB instead, which should both work fine with Matrox cards.
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/configfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xine-engine/configfile.c b/src/xine-engine/configfile.c index 3e3c0f7b5..2934b7fef 100644 --- a/src/xine-engine/configfile.c +++ b/src/xine-engine/configfile.c @@ -182,8 +182,6 @@ static const xine_config_entry_translation_t config_entry_translation[] = { { "video.pgx64_overlay_mode", "" }, { "video.pgx64_saturation", "video.output.pgx64_saturation" }, { "video.sdl_hw_accel", "video.device.sdl_hw_accel" }, - { "video.syncfb_default_repeat", "video.device.syncfb_default_repeat" }, - { "video.syncfb_device", "video.device.syncfb_device" }, { "video.unichrome_cpu_save", "video.device.unichrome_cpu_save" }, { "video.vertical_position", "video.output.vertical_position" }, { "video.vidix_blue_intensity", "video.output.vidix_blue_intensity" }, |
