[Mono-bugs] [Bug 343862] New: moon-svn 90248 build error(use ffmpeg-svn-11085)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 23 20:16:19 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=343862

           Summary: moon-svn 90248 build error(use ffmpeg-svn-11085)
           Product: Moonlight
           Version: unspecified
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: engine
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: hys545 at dreamwiz.com
         QAContact: mono-bugs at ximian.com
          Found By: Other


make[2]: Entering directory `/home/hys545/MONO/moon/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..
-I../cairo/src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/alsa
-I/usr/include/freetype2 -I/usr//include -I/usr//include/ffmpeg   -Wall    -g
-O2 -MT asf-ffmpeg.lo -MD -MP -MF ".deps/asf-ffmpeg.Tpo" -c -o asf-ffmpeg.lo
`test -f 'asf/asf-ffmpeg.cpp' || echo './'`asf/asf-ffmpeg.cpp; \
then mv -f ".deps/asf-ffmpeg.Tpo" ".deps/asf-ffmpeg.Plo"; else rm -f
".deps/asf-ffmpeg.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../cairo/src -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/alsa -I/usr/include/freetype2
-I/usr//include -I/usr//include/ffmpeg -Wall -g -O2 -MT asf-ffmpeg.lo -MD -MP
-MF .deps/asf-ffmpeg.Tpo -c asf/asf-ffmpeg.cpp  -fPIC -DPIC -o
libs/asf-ffmpeg.o
/usr//include/ffmpeg/avcodec.h:2258: warning: 'ImgReSampleContext' is
deprecated (declared at /usr//include/ffmpeg/avcodec.h:2252)
/usr//include/ffmpeg/avcodec.h:2268: warning: 'ImgReSampleContext' is
deprecated (declared at /usr//include/ffmpeg/avcodec.h:2252)
asf/asf-ffmpeg.h:37: warning: 'AVFrac' is deprecated (declared at
/usr//include/ffmpeg/avformat.h:112)
asf/asf-ffmpeg.cpp: In function 'int ffmpeg_asf_read_header(AVFormatContext*,
AVFormatParameters*)':
asf/asf-ffmpeg.cpp:64: error: no matching function for call to
'FFMPEGSource::FFMPEGSource(FFMPEGParser*&, ByteIOContext**)'
asf/asf-ffmpeg.h:127: note: candidates are:
FFMPEGSource::FFMPEGSource(ASFParser*, ByteIOContext*)
asf/asf-ffmpeg.h:125: note:                 FFMPEGSource::FFMPEGSource(const
FFMPEGSource&)
asf/asf-ffmpeg.cpp: In function 'void AVFormatContext_dump(AVFormatContext*)':
asf/asf-ffmpeg.cpp:355: warning: unused variable 'tabs1'
asf/asf-ffmpeg.cpp: At global scope:
asf/asf-ffmpeg.cpp:424: warning: 'AVFrac' is deprecated (declared at
/usr//include/ffmpeg/avformat.h:112)
asf/asf-ffmpeg.cpp: In function 'void AVStream_dump(AVStream*, int)':
asf/asf-ffmpeg.cpp:442: error: 'struct AVStream' has no member named
'codec_info_nb_frames'
asf/asf-guids.h: At global scope:
asf/asf-guids.h:209: warning: 'asf_types' defined but not used



struct AVStream defined avformat.h


typedef struct AVStream {
    int index;    /**< stream index in AVFormatContext */
    int id;       /**< format specific stream id */
    AVCodecContext *codec; /**< codec context */
    /**
     * real base frame rate of the stream.
     * this is the lowest framerate with which all timestamps can be
     * represented accurately (it is the least common multiple of all
     * framerates in the stream), Note, this value is just a guess!
     * for example if the timebase is 1/90000 and all frames have either
     * approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1
     */
    AVRational r_frame_rate;
    void *priv_data;

    /* internal data used in av_find_stream_info() */
    int64_t first_dts;
#if LIBAVFORMAT_VERSION_INT < (52<<16)
    int codec_info_nb_frames;//
#endif
    /** encoding: PTS generation when outputing stream */


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list