RE: [MPlayer-users] Bug in latest CVS
Well, the last time i checked out MPlayer from CVS, I just added the libavcodec from the latest stable release (rc3 at the time);) -----Original Message----- From: Joonas Koivunen [mailto:rzei@mbnet.fi] Sent: Sunday, March 09, 2003 9:34 PM To: MPlayer user's list. Subject: Re: [MPlayer-users] Bug in latest CVS [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] afaik cvs still doesn't include libavcodec, just an empty dir, you need to checkout ffmpeg and copy libavcodec to mplayer/.. if this ain't the case, then i have no clue :) don't actually know why would postproc thingies that relay on libavcodec be built if there's no libavcodec present.. -rzei On Sunday 09 March 2003 19:01, David Ronis wrote:
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
I just tried building the latest CVS--the build fails because I'm missing some .h files. Here's the log:
make make -C libmpcodecs make[1]: Entering directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs' /usr/bin/gcc -c -O4 -march=pentium2 -mcpu=pentium2 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader -D_GNU_SOURCE -o vf_pp.o vf_pp.c vf_pp.c:23:51: ../libavcodec/libpostproc/postprocess.h: No such file or directory vf_pp.c:26:60: ../libavcodec/libpostproc/postprocess_internal.h: No such file or directory vf_pp.c:31: parse error before "pp_mode_t" vf_pp.c:31: warning: no semicolon at end of struct or union vf_pp.c:35: parse error before '}' token vf_pp.c: In function `config': vf_pp.c:43: `PP_CPU_CAPS_MMX' undeclared (first use in this function) vf_pp.c:43: (Each undeclared identifier is reported only once vf_pp.c:43: for each function it appears in.) vf_pp.c:44: `PP_CPU_CAPS_MMX2' undeclared (first use in this function) vf_pp.c:45: `PP_CPU_CAPS_3DNOW' undeclared (first use in this function) vf_pp.c:48: `PP_FORMAT_444' undeclared (first use in this function) vf_pp.c:49: `PP_FORMAT_422' undeclared (first use in this function) vf_pp.c:50: `PP_FORMAT_411' undeclared (first use in this function) vf_pp.c:51: `PP_FORMAT_420' undeclared (first use in this function) vf_pp.c:54: dereferencing pointer to incomplete type vf_pp.c:54: dereferencing pointer to incomplete type vf_pp.c:55: dereferencing pointer to incomplete type vf_pp.c: In function `uninit': vf_pp.c:62: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:63: dereferencing pointer to incomplete type vf_pp.c:64: dereferencing pointer to incomplete type vf_pp.c:66: dereferencing pointer to incomplete type vf_pp.c:66: dereferencing pointer to incomplete type vf_pp.c: In function `control': vf_pp.c:85: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:87: dereferencing pointer to incomplete type vf_pp.c: In function `get_image': vf_pp.c:94: dereferencing pointer to incomplete type vf_pp.c:95: dereferencing pointer to incomplete type vf_pp.c:97: dereferencing pointer to incomplete type vf_pp.c:100: dereferencing pointer to incomplete type vf_pp.c:102: dereferencing pointer to incomplete type vf_pp.c:103: dereferencing pointer to incomplete type vf_pp.c:104: dereferencing pointer to incomplete type vf_pp.c:106: dereferencing pointer to incomplete type vf_pp.c:107: dereferencing pointer to incomplete type vf_pp.c:108: dereferencing pointer to incomplete type vf_pp.c:109: dereferencing pointer to incomplete type vf_pp.c: In function `put_image': vf_pp.c:117: dereferencing pointer to incomplete type vf_pp.c:122: dereferencing pointer to incomplete type vf_pp.c:122: dereferencing pointer to incomplete type vf_pp.c:125: dereferencing pointer to incomplete type vf_pp.c:128: dereferencing pointer to incomplete type vf_pp.c:128: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:134: dereferencing pointer to incomplete type vf_pp.c: In function `open': vf_pp.c:163: sizeof applied to an incomplete type vf_pp.c:164: dereferencing pointer to incomplete type vf_pp.c:167: dereferencing pointer to incomplete type vf_pp.c:168: dereferencing pointer to incomplete type vf_pp.c:183: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:184: dereferencing pointer to incomplete type vf_pp.c:185: dereferencing pointer to incomplete type vf_pp.c:191: `PPMode' undeclared (first use in this function) vf_pp.c:191: `ppMode' undeclared (first use in this function) vf_pp.c:193: parse error before ')' token vf_pp.c:205: dereferencing pointer to incomplete type vf_pp.c:210: dereferencing pointer to incomplete type make[1]: *** [vf_pp.o] Error 1 make[1]: Leaving directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2
Seems that 2 .h files are missing.
I don't subscribe to the list, and would appreciate a CC of any reply.
Thanks
David
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
On Mon, Mar 10, 2003 at 01:45:54PM -0000, Luis.F.Correia wrote:
Well, the last time i checked out MPlayer from CVS, I just added the libavcodec from the latest stable release (rc3 at the time);)
might be unrelated, but the current mplayer cvs and the libavcodec from the current ffmpeg cvs will build if you stick this somewhere near the top of libavcodec/avcodec.h. At least that's what I did and the make was very happy after that.
-----Original Message----- From: Joonas Koivunen [mailto:rzei@mbnet.fi] Sent: Sunday, March 09, 2003 9:34 PM To: MPlayer user's list. Subject: Re: [MPlayer-users] Bug in latest CVS
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] afaik cvs still doesn't include libavcodec, just an empty dir, you need to checkout ffmpeg and copy libavcodec to mplayer/.. if this ain't the case, then i have no clue :) don't actually know why would postproc thingies that relay on libavcodec be built if there's no libavcodec present..
-rzei
On Sunday 09 March 2003 19:01, David Ronis wrote:
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
I just tried building the latest CVS--the build fails because I'm missing some .h files. Here's the log:
make make -C libmpcodecs make[1]: Entering directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs' /usr/bin/gcc -c -O4 -march=pentium2 -mcpu=pentium2 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader -D_GNU_SOURCE -o vf_pp.o vf_pp.c vf_pp.c:23:51: ../libavcodec/libpostproc/postprocess.h: No such file or directory vf_pp.c:26:60: ../libavcodec/libpostproc/postprocess_internal.h: No such file or directory vf_pp.c:31: parse error before "pp_mode_t" vf_pp.c:31: warning: no semicolon at end of struct or union vf_pp.c:35: parse error before '}' token vf_pp.c: In function `config': vf_pp.c:43: `PP_CPU_CAPS_MMX' undeclared (first use in this function) vf_pp.c:43: (Each undeclared identifier is reported only once vf_pp.c:43: for each function it appears in.) vf_pp.c:44: `PP_CPU_CAPS_MMX2' undeclared (first use in this function) vf_pp.c:45: `PP_CPU_CAPS_3DNOW' undeclared (first use in this function) vf_pp.c:48: `PP_FORMAT_444' undeclared (first use in this function) vf_pp.c:49: `PP_FORMAT_422' undeclared (first use in this function) vf_pp.c:50: `PP_FORMAT_411' undeclared (first use in this function) vf_pp.c:51: `PP_FORMAT_420' undeclared (first use in this function) vf_pp.c:54: dereferencing pointer to incomplete type vf_pp.c:54: dereferencing pointer to incomplete type vf_pp.c:55: dereferencing pointer to incomplete type vf_pp.c: In function `uninit': vf_pp.c:62: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:63: dereferencing pointer to incomplete type vf_pp.c:64: dereferencing pointer to incomplete type vf_pp.c:66: dereferencing pointer to incomplete type vf_pp.c:66: dereferencing pointer to incomplete type vf_pp.c: In function `control': vf_pp.c:85: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:87: dereferencing pointer to incomplete type vf_pp.c: In function `get_image': vf_pp.c:94: dereferencing pointer to incomplete type vf_pp.c:95: dereferencing pointer to incomplete type vf_pp.c:97: dereferencing pointer to incomplete type vf_pp.c:100: dereferencing pointer to incomplete type vf_pp.c:102: dereferencing pointer to incomplete type vf_pp.c:103: dereferencing pointer to incomplete type vf_pp.c:104: dereferencing pointer to incomplete type vf_pp.c:106: dereferencing pointer to incomplete type vf_pp.c:107: dereferencing pointer to incomplete type vf_pp.c:108: dereferencing pointer to incomplete type vf_pp.c:109: dereferencing pointer to incomplete type vf_pp.c: In function `put_image': vf_pp.c:117: dereferencing pointer to incomplete type vf_pp.c:122: dereferencing pointer to incomplete type vf_pp.c:122: dereferencing pointer to incomplete type vf_pp.c:125: dereferencing pointer to incomplete type vf_pp.c:128: dereferencing pointer to incomplete type vf_pp.c:128: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:134: dereferencing pointer to incomplete type vf_pp.c: In function `open': vf_pp.c:163: sizeof applied to an incomplete type vf_pp.c:164: dereferencing pointer to incomplete type vf_pp.c:167: dereferencing pointer to incomplete type vf_pp.c:168: dereferencing pointer to incomplete type vf_pp.c:183: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:184: dereferencing pointer to incomplete type vf_pp.c:185: dereferencing pointer to incomplete type vf_pp.c:191: `PPMode' undeclared (first use in this function) vf_pp.c:191: `ppMode' undeclared (first use in this function) vf_pp.c:193: parse error before ')' token vf_pp.c:205: dereferencing pointer to incomplete type vf_pp.c:210: dereferencing pointer to incomplete type make[1]: *** [vf_pp.o] Error 1 make[1]: Leaving directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2
Seems that 2 .h files are missing.
I don't subscribe to the list, and would appreciate a CC of any reply.
Thanks
David
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
Too tired tonight. By "this", I mean the following line: #define FRAME_RATE_BASE 10000 Me, I just added it right after the "#define DEFAULT_FRAME_RATE_BASE 1001000" line in the file libavcodec/avcodec.h. On Thu, Mar 13, 2003 at 04:04:21AM -0500, Robert Henney wrote:
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] On Mon, Mar 10, 2003 at 01:45:54PM -0000, Luis.F.Correia wrote:
Well, the last time i checked out MPlayer from CVS, I just added the libavcodec from the latest stable release (rc3 at the time);)
might be unrelated, but the current mplayer cvs and the libavcodec from the current ffmpeg cvs will build if you stick this somewhere near the top of libavcodec/avcodec.h. At least that's what I did and the make was very happy after that.
-----Original Message----- From: Joonas Koivunen [mailto:rzei@mbnet.fi] Sent: Sunday, March 09, 2003 9:34 PM To: MPlayer user's list. Subject: Re: [MPlayer-users] Bug in latest CVS
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] afaik cvs still doesn't include libavcodec, just an empty dir, you need to checkout ffmpeg and copy libavcodec to mplayer/.. if this ain't the case, then i have no clue :) don't actually know why would postproc thingies that relay on libavcodec be built if there's no libavcodec present..
-rzei
On Sunday 09 March 2003 19:01, David Ronis wrote:
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
I just tried building the latest CVS--the build fails because I'm missing some .h files. Here's the log:
make make -C libmpcodecs make[1]: Entering directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs' /usr/bin/gcc -c -O4 -march=pentium2 -mcpu=pentium2 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader -D_GNU_SOURCE -o vf_pp.o vf_pp.c vf_pp.c:23:51: ../libavcodec/libpostproc/postprocess.h: No such file or directory vf_pp.c:26:60: ../libavcodec/libpostproc/postprocess_internal.h: No such file or directory vf_pp.c:31: parse error before "pp_mode_t" vf_pp.c:31: warning: no semicolon at end of struct or union vf_pp.c:35: parse error before '}' token vf_pp.c: In function `config': vf_pp.c:43: `PP_CPU_CAPS_MMX' undeclared (first use in this function) vf_pp.c:43: (Each undeclared identifier is reported only once vf_pp.c:43: for each function it appears in.) vf_pp.c:44: `PP_CPU_CAPS_MMX2' undeclared (first use in this function) vf_pp.c:45: `PP_CPU_CAPS_3DNOW' undeclared (first use in this function) vf_pp.c:48: `PP_FORMAT_444' undeclared (first use in this function) vf_pp.c:49: `PP_FORMAT_422' undeclared (first use in this function) vf_pp.c:50: `PP_FORMAT_411' undeclared (first use in this function) vf_pp.c:51: `PP_FORMAT_420' undeclared (first use in this function) vf_pp.c:54: dereferencing pointer to incomplete type vf_pp.c:54: dereferencing pointer to incomplete type vf_pp.c:55: dereferencing pointer to incomplete type vf_pp.c: In function `uninit': vf_pp.c:62: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:63: dereferencing pointer to incomplete type vf_pp.c:64: dereferencing pointer to incomplete type vf_pp.c:66: dereferencing pointer to incomplete type vf_pp.c:66: dereferencing pointer to incomplete type vf_pp.c: In function `control': vf_pp.c:85: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:87: dereferencing pointer to incomplete type vf_pp.c: In function `get_image': vf_pp.c:94: dereferencing pointer to incomplete type vf_pp.c:95: dereferencing pointer to incomplete type vf_pp.c:97: dereferencing pointer to incomplete type vf_pp.c:100: dereferencing pointer to incomplete type vf_pp.c:102: dereferencing pointer to incomplete type vf_pp.c:103: dereferencing pointer to incomplete type vf_pp.c:104: dereferencing pointer to incomplete type vf_pp.c:106: dereferencing pointer to incomplete type vf_pp.c:107: dereferencing pointer to incomplete type vf_pp.c:108: dereferencing pointer to incomplete type vf_pp.c:109: dereferencing pointer to incomplete type vf_pp.c: In function `put_image': vf_pp.c:117: dereferencing pointer to incomplete type vf_pp.c:122: dereferencing pointer to incomplete type vf_pp.c:122: dereferencing pointer to incomplete type vf_pp.c:125: dereferencing pointer to incomplete type vf_pp.c:128: dereferencing pointer to incomplete type vf_pp.c:128: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:131: dereferencing pointer to incomplete type vf_pp.c:134: dereferencing pointer to incomplete type vf_pp.c: In function `open': vf_pp.c:163: sizeof applied to an incomplete type vf_pp.c:164: dereferencing pointer to incomplete type vf_pp.c:167: dereferencing pointer to incomplete type vf_pp.c:168: dereferencing pointer to incomplete type vf_pp.c:183: `PP_QUALITY_MAX' undeclared (first use in this function) vf_pp.c:184: dereferencing pointer to incomplete type vf_pp.c:185: dereferencing pointer to incomplete type vf_pp.c:191: `PPMode' undeclared (first use in this function) vf_pp.c:191: `ppMode' undeclared (first use in this function) vf_pp.c:193: parse error before ')' token vf_pp.c:205: dereferencing pointer to incomplete type vf_pp.c:210: dereferencing pointer to incomplete type make[1]: *** [vf_pp.o] Error 1 make[1]: Leaving directory `/home/ronis/Project/notar/mplayer/main/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2
Seems that 2 .h files are missing.
I don't subscribe to the list, and would appreciate a CC of any reply.
Thanks
David
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
participants (2)
-
Luis.F.Correia -
Robert Henney