Community Page
- gregorytomlinson.com/encoded/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hear, hear!
- Sorry about that, fixed now, it's here http://gregorytomlinson.com/encoded/wp-content/plugins/lastfm-recent-tracks-widget/js/LastFMPipe.js
- Interesting post- I'm currently trying to build a similar widget - the 'my implmenentation' link was broken though - would it be possible to recreate that? Thanks!
- commented out line 56 (ulong blah) and it compiled. can't tell you if it worked, though... and that's almost certainly the wrong way to fix it.
- Seems very promising, would love to try it out. Thank for sharing!
Encoded
my digital life by gregory tomlinson
I recently had the need to install FfMpeg for a project I am working on. After Googling for some time I learned a little bit about the ffmpeg project. The most interesting thing I learned was their are no formal releases of the project. So I just downloaded it from SVN using the following command:
... Continue reading »
10 months ago
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'
make: *** [libavdevice/v4l.o] Error 1
Do you have any idea what the problem is?
10 months ago
10 months ago
So somewhere between 14000 and 15290 (HEAD as of this writing) something got BORKED. But what can you expect from a project with no stable releases?
10 months ago
you might try checking this post: http://gregorytomlinson.com/encoded/2008/06/11/...
Some of this has been discussed there
10 months ago
1 week ago
can't tell you if it worked, though... and that's almost certainly the wrong way to fix it.