10l fix compilation with v4l2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24775 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2007-10-13 19:57:51 +00:00
parent ff0d591be3
commit bb18bd5088
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static int norm_from_string(tvi_handle_t *tvh, char* norm)
{
if (1
#ifdef HAVE_TV_V4L2
&& strcmp(tvh->tv_param->driver, "v4l2") != 0 &&
&& strcmp(tvh->tv_param->driver, "v4l2") != 0
#endif
#ifdef HAVE_TV_DSHOW
&& strcmp(tvh->tv_param->driver, "dshow") != 0