I am trying to get nuvexport to work and it says it requires lvemux to export to mpeg2, so I tried to find it through apt-get, but it does not exist for fc3. I then tried to compile it on my own and failed It gives me an error listed below. Can someone point me in the right direction?
Thanks. -Gregg make[1]: *** [ffmpeg_g] Error 1 make[1]: Leaving directory `/usr/local/ffmpeg-0.4.8' Making all in src make[1]: Entering directory `/usr/local/lve/src' rm -f global_config gcc -v 2>&1 | grep -q 'version 3' && \ ln -s global_config.gcc330 global_config || \ ln -s global_config.gcc295 global_config g++ -O1 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../mpeg2dec/include/ -I../ffmpeg/libavcodec/ -c -o region.o region.c region.c: In static member function `static void T_REGION::rg_sort()': region.c:338: error: array bound forbidden after parenthesized type-id region.c:338: note: try removing the parentheses around the type-id make[1]: *** [region.o] Error 1 make[1]: Leaving directory `/usr/local/lve/src' make: *** [all-recursive] Error 2
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
