Added configuration option to enable support for obsolete pre-ADC/1.0 clients.

This commit is contained in:
Jan Vidar Krey
2010-04-05 12:45:35 +02:00
parent 8bed952022
commit e220357176
6 changed files with 74 additions and 17 deletions

View File

@@ -134,10 +134,9 @@ static int convert_support_fourcc(int fourcc)
{
switch (fourcc)
{
case FOURCC('B','A','S','0'): /* Obsolete */
#ifndef OLD_ADC_SUPPORT
return 0;
#endif
case FOURCC('B','A','S','0'):
return feature_bas0;
case FOURCC('B','A','S','E'):
return feature_base;