<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; FFMPEG Error</title>
	<atom:link href="http://eitwebguru.com/tag/ffmpeg-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://eitwebguru.com</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 05:54:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FIX:- make: *** [libavdevice/v4l.o] Error 1</title>
		<link>http://eitwebguru.com/fix-make-libavdevicev4l-o-error-1/</link>
		<comments>http://eitwebguru.com/fix-make-libavdevicev4l-o-error-1/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 17:31:53 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[ffmpeg compilation error]]></category>
		<category><![CDATA[FFMPEG Error]]></category>
		<category><![CDATA[libavdevice/v4l.o]]></category>
		<category><![CDATA[make error]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=307</guid>
		<description><![CDATA[ERROR: While installing FFMPEG on a server when we run &#8220;make&#8221; after &#8220;./configure&#8221; it gives following error: math-errno       -c -o libavdevice/v4l.o libavdevice/v4l.c In file included from libavdevice/v4l.c:32: /usr/include/linux/videodev.h:56: error: syntax error before "ulong" /usr/include/linux/videodev.h:72: error: syntax error before '}' token libavdevice/v4l.c: In function `grab_read_header': libavdevice/v4l.c:77: error: storage size of 'tuner' isn't known libavdevice/v4l.c:141: error: invalid [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><span style="text-decoration: underline;"><span style="color: #ff0000;"><strong>ERROR:</strong></span></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">While installing FFMPEG on a server when we run &#8220;<strong>make&#8221;</strong> after <strong>&#8220;./configure&#8221;</strong> it gives following error:</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 250px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">math-errno       -c -o libavdevice/v4l.o libavdevice/v4l.c
In file included from libavdevice/v4l.c:32:
/usr/include/linux/videodev.h:56: error: syntax error before "ulong"
/usr/include/linux/videodev.h:72: error: syntax error before '}' token
libavdevice/v4l.c: In function `grab_read_header':
libavdevice/v4l.c:77: error: storage size of 'tuner' isn't known
libavdevice/v4l.c:141: error: invalid application of `sizeof' to incomplete type `video_tuner'
libavdevice/v4l.c:148: error: invalid application of `sizeof' to incomplete type `video_tuner'
libavdevice/v4l.c:77: warning: unused variable `tuner'
<strong><span style="color: #ff0000;">make: *** [libavdevice/v4l.o] Error 1</span></strong></pre>
<p><span style="color: #008000;"><span style="text-decoration: underline;"><strong><strong>SOLUTION:</strong></strong></span></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">This problem can be fixed by disabling v41 and v42 for FFMPEG. This can be done when we run &#8220;./configure&#8221; for FFMPEG</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 50px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr"><strong>./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared --disable-demuxer=v4l --disable-demuxer=v4l2</strong></pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Once this has been completed run &#8220;make&#8221; and &#8220;make install&#8221; to install FFMPEG.</span></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/fix-make-libavdevicev4l-o-error-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

