Ticket #9400: MacOS build fail 23Dec2010.txt

File MacOS build fail 23Dec2010.txt, 53.8 KB (added by Craig Treleaven <ctreleaven@…>, 13 years ago)
Line 
1Office-Mini-2:~ mythgit$ ./osx-packager.pl -m32 -themeskip -pluginskip -verbose
2[osx-pkg] /usr/bin/hostinfo | grep 'processors$'
3[osx-pkg] Using 3 jobs on 2 parallel CPUs
4[osx-pkg] Forcing 32-bit mode
5[osx-pkg] Including components: mythtv packaging
6[osx-pkg] Using previously downloaded dvdcss
7[osx-pkg] Using previously unpacked dvdcss
8[osx-pkg] Using previously configured dvdcss
9[osx-pkg] Using previously built dvdcss
10[osx-pkg] Using previously downloaded freetype
11[osx-pkg] Using previously unpacked freetype
12[osx-pkg] Using previously configured freetype
13[osx-pkg] Using previously built freetype
14[osx-pkg] Using previously downloaded lame
15[osx-pkg] Using previously unpacked lame
16[osx-pkg] Using previously configured lame
17[osx-pkg] Using previously built lame
18[osx-pkg] Using previously downloaded mysqlclient
19[osx-pkg] Using previously unpacked mysqlclient
20[osx-pkg] Using previously configured mysqlclient
21[osx-pkg] Using previously built mysqlclient
22[osx-pkg] Using previously downloaded qt-4.6
23[osx-pkg] Using previously unpacked qt-4.6
24[osx-pkg] Using previously configured qt-4.6
25[osx-pkg] Using previously built qt-4.6
26[osx-pkg] Cleaning previous installs of MythTV
27[osx-pkg] rm -fr /Users/mythgit/.osx-packager/src/mythtv/config
28[osx-pkg] /usr/local/git/bin/git clone git://github.com/MythTV/mythtv.git /Users/mythgit/.osx-packager/src/mythtv
29Cloning into /Users/mythgit/.osx-packager/src/mythtv...
30remote: Counting objects: 215938, done.
31remote: Compressing objects: 100% (41332/41332), done.
32remote: Total 215938 (delta 174492), reused 215196 (delta 173834)
33Receiving objects: 100% (215938/215938), 173.77 MiB | 1.13 MiB/s, done.
34Resolving deltas: 100% (174492/174492), done.
35[osx-pkg] /usr/local/git/bin/git clone git://github.com/MythTV/packaging.git /Users/mythgit/.osx-packager/src/mythtv/packaging
36Cloning into /Users/mythgit/.osx-packager/src/mythtv/packaging...
37remote: Counting objects: 1002, done.
38remote: Compressing objects: 100% (471/471), done.
39remote: Total 1002 (delta 464), reused 981 (delta 457)
40Receiving objects: 100% (1002/1002), 496.39 KiB | 594 KiB/s, done.
41Resolving deltas: 100% (464/464), done.
42[osx-pkg] /usr/local/git/bin/git checkout fixes/0.24
43Branch fixes/0.24 set up to track remote branch fixes/0.24 from origin.
44Switched to a new branch 'fixes/0.24'
45[osx-pkg] /usr/local/git/bin/git pull
46Already up-to-date.
47[osx-pkg] /usr/local/git/bin/git checkout fixes/0.24
48Branch fixes/0.24 set up to track remote branch fixes/0.24 from origin.
49Switched to a new branch 'fixes/0.24'
50[osx-pkg] /usr/local/git/bin/git pull
51Already up-to-date.
52[osx-pkg] Configuring mythtv
53[osx-pkg] ./configure --prefix=/Users/mythgit/.osx-packager/build --runprefix=../Resources --disable-distcc
54# Basic Settings
55Compile type              release
56Compiler cache            no
57DistCC                    no
58qmake                     /Users/mythgit/.osx-packager/build/bin/qmake
59install prefix            /Users/mythgit/.osx-packager/build
60runtime prefix            ../Resources
61CPU                       x86 x86_32 (Genuine Intel(R) CPU            1300  @ 1.66GHz)
62yasm                      yes
63MMX enabled               yes
64MMX2 enabled              yes
653DNow! enabled            yes
663DNow! extended enabled   yes
67SSE enabled               yes
68SSSE3 enabled             yes
69CMOV enabled              no
70
71# Input Support
72Joystick menu             no
73lirc support              yes
74Apple Remote              yes
75Video4Linux sup.          no
76ivtv support              no
77HD-PVR support            no
78FireWire support          yes
79DVB support               no [/usr/include]
80DVB-S2 support            no
81HDHomeRun support         yes
82IPTV support              yes
83
84# Sound Output Support
85PulseAudio support        no
86OSS support               no
87ALSA support              no
88JACK support              no
89libfftw3 support          no
90
91# Video Output Support
92x11 support               no
93OpenGL video              yes
94Quartz video              yes
95OpenGL vsync              no
96DirectFB                  no
97MHEG support              yes
98
99# Misc Features
100multi threaded libavcodec yes
101Frontend                  yes
102Backend                   yes
103
104# Bindings
105bindings_perl             yes
106bindings_python           yes
107
108Creating libs/libmythdb/mythconfig.h and libs/libmythdb/mythconfig.mak
109
110[osx-pkg] Removing Nigel's hacks from file programs/programs.pro
111[osx-pkg] Making mythtv
112[osx-pkg] /usr/bin/make -j3
113sh version.sh /Users/mythgit/.osx-packager/src/mythtv/mythtv
114cd libs; qmake QMAKE=qmake -o Makefile libs.pro
115cd filters; qmake QMAKE=qmake -o Makefile filters.pro
116cd programs; qmake QMAKE=qmake -o Makefile programs.pro
117cd themes; qmake QMAKE=qmake -o Makefile themes.pro
118cd i18n; qmake QMAKE=qmake -o Makefile i18n.pro
119cd locales; qmake QMAKE=qmake -o Makefile locales.pro
120/usr/bin/make -C external/FFmpeg
121/usr/bin/make -C bindings/perl
122/usr/bin/make -C bindings/python
123perl Makefile.PL MAKEFILE=Makefile.perl PREFIX="/Users/mythgit/.osx-packager/build"
124python setup.py build
125Warning: prerequisite DBD::mysql 0 not found.
126Warning: prerequisite Date::Manip 0 not found.
127Writing Makefile.perl for MythTV
128running build
129running build_py
130creating build
131creating build/lib
132creating build/lib/MythTV
133copying MythTV/__init__.py -> build/lib/MythTV
134copying MythTV/altdict.py -> build/lib/MythTV
135copying MythTV/connections.py -> build/lib/MythTV
136copying MythTV/database.py -> build/lib/MythTV
137copying MythTV/dataheap.py -> build/lib/MythTV
138copying MythTV/exceptions.py -> build/lib/MythTV
139copying MythTV/logging.py -> build/lib/MythTV
140copying MythTV/methodheap.py -> build/lib/MythTV
141copying MythTV/msearch.py -> build/lib/MythTV
142copying MythTV/mythproto.py -> build/lib/MythTV
143copying MythTV/static.py -> build/lib/MythTV
144copying MythTV/system.py -> build/lib/MythTV
145copying MythTV/utility.py -> build/lib/MythTV
146creating build/lib/MythTV/tmdb
147copying MythTV/tmdb/__init__.py -> build/lib/MythTV/tmdb
148copying MythTV/tmdb/tmdb_api.py -> build/lib/MythTV/tmdb
149copying MythTV/tmdb/tmdb_exceptions.py -> build/lib/MythTV/tmdb
150copying MythTV/tmdb/tmdb_ui.py -> build/lib/MythTV/tmdb
151creating build/lib/MythTV/ttvdb
152copying MythTV/ttvdb/__init__.py -> build/lib/MythTV/ttvdb
153copying MythTV/ttvdb/cache.py -> build/lib/MythTV/ttvdb
154copying MythTV/ttvdb/tvdb_api.py -> build/lib/MythTV/ttvdb
155copying MythTV/ttvdb/tvdb_exceptions.py -> build/lib/MythTV/ttvdb
156copying MythTV/ttvdb/tvdb_ui.py -> build/lib/MythTV/ttvdb
157copying MythTV/ttvdb/tvdbXslt.py -> build/lib/MythTV/ttvdb
158creating build/lib/MythTV/wikiscripts
159copying MythTV/wikiscripts/__init__.py -> build/lib/MythTV/wikiscripts
160copying MythTV/wikiscripts/wikiscripts.py -> build/lib/MythTV/wikiscripts
161running build_scripts
162cp MythTV/Channel.pm blib/lib/MythTV/Channel.pm
163cp MythTV/Recording.pm blib/lib/MythTV/Recording.pm
164cp MythTV.pm blib/lib/MythTV.pm
165cp MythTV/StorageGroup.pm blib/lib/MythTV/StorageGroup.pm
166creating build/scripts-2.5
167copying and adjusting scripts/mythpython -> build/scripts-2.5
168copying and adjusting scripts/mythwikiscripts -> build/scripts-2.5
169changing mode of build/scripts-2.5/mythpython from 644 to 755
170changing mode of build/scripts-2.5/mythwikiscripts from 644 to 755
171python setprefix.py "/Users/mythgit/.osx-packager/build"
172cp IO/Socket/INET/MythTV.pm blib/lib/IO/Socket/INET/MythTV.pm
173cp MythTV/Program.pm blib/lib/MythTV/Program.pm
174/usr/bin/make -C themes
175gcc -c -pipe -I/Users/mythgit/.osx-packager/build/include -m32 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -I/Users/mythgit/.osx-packager/build/include -m32 -std=c99 -fomit-frame-pointer -fPIC -g -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -O3 -fno-math-errno -fno-tree-vectorize -arch i386 -DMMX -Di386 -DUSING_APPLEREMOTE -D_GNU_SOURCE -I../../../../build/mkspecs/macx-g++ -I. -I/usr/include -I../../../../build -o dummy.o dummy.c
176/usr/bin/make -C i18n
177gcc -c -pipe -I/Users/mythgit/.osx-packager/build/include -m32 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -I/Users/mythgit/.osx-packager/build/include -m32 -std=c99 -fomit-frame-pointer -fPIC -g -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -O3 -fno-math-errno -fno-tree-vectorize -arch i386 -DMMX -Di386 -DUSING_APPLEREMOTE -D_GNU_SOURCE -I../../../../build/mkspecs/macx-g++ -I. -I/usr/include -I../../../../build -o dummy.o dummy.c
178g++ -headerpad_max_install_names -arch i386 -o themes dummy.o     
179g++ -headerpad_max_install_names -arch i386 -o i18n dummy.o     
180/usr/bin/make -C locales
181gcc -c -pipe -I/Users/mythgit/.osx-packager/build/include -m32 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -I/Users/mythgit/.osx-packager/build/include -m32 -std=c99 -fomit-frame-pointer -fPIC -g -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Wmissing-prototypes -O3 -fno-math-errno -fno-tree-vectorize -arch i386 -DMMX -Di386 -DUSING_APPLEREMOTE -D_GNU_SOURCE -I../../../../build/mkspecs/macx-g++ -I. -I/usr/include -I../../../../build -o dummy.o dummy.c
182g++ -headerpad_max_install_names -arch i386 -o locales dummy.o     
183CC      libavdevice/avdevice.o
184CC      libavdevice/alldevices.o
185CC      libavformat/4xm.o
186CC      libavformat/a64.o
187CC      libavformat/adtsenc.o
188CC      libavformat/aea.o
189CC      libavformat/aiffdec.o
190CC      libavformat/aiffenc.o
191CC      libavformat/allformats.o
192CC      libavformat/amr.o
193CC      libavformat/anm.o
194CC      libavformat/apc.o
195CC      libavformat/ape.o
196CC      libavformat/apetag.o
197CC      libavformat/applehttp.o
198CC      libavformat/asf.o
199CC      libavformat/asfcrypt.o
200CC      libavformat/asfdec.o
201libavformat/asfdec.c: In function ‘asf_read_header’:
202libavformat/asfdec.c:390: warning: ‘AVPaletteControl’ is deprecated
203CC      libavformat/asfenc.o
204CC      libavformat/assdec.o
205CC      libavformat/assenc.o
206CC      libavformat/au.o
207CC      libavformat/audiointerleave.o
208CC      libavformat/avc.o
209CC      libavformat/avi.o
210CC      libavformat/avidec.o
211libavformat/avidec.c: In function ‘avi_read_header’:
212libavformat/avidec.c:544: warning: ‘AVPaletteControl’ is deprecated
213libavformat/avidec.c: In function ‘read_gab2_sub’:
214libavformat/avidec.c:703: warning: passing argument 1 of ‘bytestream_get_le32’ from incompatible pointer type
215libavformat/avidec.c:718: warning: passing argument 1 of ‘bytestream_get_le16’ from incompatible pointer type
216libavformat/avidec.c:718: warning: passing argument 1 of ‘bytestream_get_le16’ from incompatible pointer type
217libavformat/avidec.c:726: warning: passing argument 1 of ‘bytestream_get_le32’ from incompatible pointer type
218CC      libavformat/avienc.o
219CC      libavformat/avio.o
220libavformat/avio.c: In function ‘register_protocol’:
221libavformat/avio.c:93: warning: ‘av_register_protocol’ is deprecated (declared at libavformat/avio.c:87)
222CC      libavformat/aviobuf.o
223libavformat/aviobuf.c: In function ‘url_fdopen’:
224libavformat/aviobuf.c:612: warning: passing argument 6 of ‘init_put_byte’ from incompatible pointer type
225libavformat/aviobuf.c:612: warning: passing argument 7 of ‘init_put_byte’ from incompatible pointer type
226libavformat/aviobuf.c:612: warning: passing argument 8 of ‘init_put_byte’ from incompatible pointer type
227CC      libavformat/avlanguage.o
228CC      libavformat/avs.o
229CC      libavformat/bethsoftvid.o
230CC      libavformat/bfi.o
231CC      libavformat/bink.o
232CC      libavformat/c93.o
233CC      libavformat/caf.o
234CC      libavformat/cafdec.o
235CC      libavformat/cdg.o
236CC      libavformat/concat.o
237CC      libavformat/crcenc.o
238CC      libavformat/cutils.o
239CC      libavformat/daud.o
240CC      libavformat/dsicin.o
241CC      libavformat/dv.o
242CC      libavformat/dvenc.o
243CC      libavformat/dxa.o
244CC      libavformat/eacdata.o
245CC      libavformat/electronicarts.o
246CC      libavformat/ffmdec.o
247CC      libavformat/ffmenc.o
248CC      libavformat/file.o
249CC      libavformat/filmstripdec.o
250CC      libavformat/filmstripenc.o
251CC      libavformat/flacdec.o
252CC      libavformat/flacenc.o
253CC      libavformat/flacenc_header.o
254CC      libavformat/flic.o
255CC      libavformat/flvdec.o
256CC      libavformat/flvenc.o
257CC      libavformat/framecrcenc.o
258CC      libavformat/gif.o
259CC      libavformat/gopher.o
260CC      libavformat/gxf.o
261CC      libavformat/gxfenc.o
262CC      libavformat/http.o
263CC      libavformat/httpauth.o
264CC      libavformat/id3v1.o
265CC      libavformat/id3v2.o
266CC      libavformat/idcin.o
267CC      libavformat/idroq.o
268libavformat/idcin.c:90: warning: ‘AVPaletteControl’ is deprecated
269CC      libavformat/iff.o
270CC      libavformat/img2.o
271CC      libavformat/ipmovie.o
272libavformat/ipmovie.c:119: warning: ‘AVPaletteControl’ is deprecated
273CC      libavformat/isom.o
274CC      libavformat/iss.o
275CC      libavformat/iv8.o
276CC      libavformat/ivfdec.o
277CC      libavformat/lmlm4.o
278CC      libavformat/matroska.o
279CC      libavformat/matroskadec.o
280CC      libavformat/matroskaenc.o
281CC      libavformat/md5enc.o
282CC      libavformat/md5proto.o
283CC      libavformat/metadata.o
284libavformat/metadata.c: In function ‘av_metadata_set2’:
285libavformat/metadata.c:72: warning: assignment discards qualifiers from pointer target type
286libavformat/metadata.c:76: warning: assignment discards qualifiers from pointer target type
287CC      libavformat/metadata_compat.o
288libavformat/matroskadec.c: In function ‘matroska_parse_cluster’:
289libavformat/matroskadec.c:977: warning: ‘layer’ may be used uninitialized in this function
290CC      libavformat/mm.o
291CC      libavformat/mmf.o
292CC      libavformat/mms.o
293CC      libavformat/mmsh.o
294libavformat/mmsh.c: In function ‘read_data_packet’:
295libavformat/mmsh.c:121: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’
296libavformat/mmsh.c: In function ‘get_http_header_data’:
297libavformat/mmsh.c:196: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’
298CC      libavformat/mmst.o
299CC      libavformat/mov.o
300CC      libavformat/movenc.o
301CC      libavformat/movenchint.o
302CC      libavformat/mp3.o
303CC      libavformat/mpc.o
304CC      libavformat/mpc8.o
305CC      libavformat/mpeg.o
306CC      libavformat/mpegenc.o
307libavformat/mpegenc.c: In function ‘flush_packet’:
308libavformat/mpegenc.c:924: warning: passing argument 4 of ‘av_fifo_generic_read’ from incompatible pointer type
309CC      libavformat/mpegts.o
310libavformat/mpegts.c: In function ‘pmt_cb’:
311libavformat/mpegts.c:1366: warning: initialization discards qualifiers from pointer target type
312libavformat/mpegts.c:1120: warning: unused variable ‘pes’
313libavformat/mpegts.c:1119: warning: unused variable ‘streams_changed’
314libavformat/mpegts.c: In function ‘mpegts_add_stream’:
315libavformat/mpegts.c:1585: warning: format ‘%x’ expects type ‘unsigned int’, but argument 8 has type ‘struct AVStream *’
316libavformat/mpegts.c:1647: warning: format ‘%x’ expects type ‘unsigned int’, but argument 8 has type ‘struct AVStream *’
317libavformat/mpegts.c: In function ‘pat_cb’:
318libavformat/mpegts.c:1686: warning: unused variable ‘pmt_pid’
319libavformat/mpegts.c:1686: warning: unused variable ‘sid’
320CC      libavformat/mpegtsenc.o
321CC      libavformat/mpjpeg.o
322CC      libavformat/msnwc_tcp.o
323CC      libavformat/mtv.o
324CC      libavformat/mvi.o
325CC      libavformat/mxf.o
326CC      libavformat/mxfdec.o
327CC      libavformat/mxfenc.o
328libavformat/mpegts.c: At top level:
329libavformat/mpegts.c:563: warning: ‘getstr8’ defined but not used
330CC      libavformat/ncdec.o
331CC      libavformat/nsvdec.o
332CC      libavformat/nut.o
333CC      libavformat/nutdec.o
334CC      libavformat/nutenc.o
335libavformat/nutdec.c: In function ‘decode_main_header’:
336libavformat/nutdec.c:282: warning: passing argument 2 of ‘get_buffer’ discards qualifiers from pointer target type
337CC      libavformat/nuv.o
338CC      libavformat/oggdec.o
339CC      libavformat/oggenc.o
340CC      libavformat/oggparsedirac.o
341CC      libavformat/oggparseflac.o
342CC      libavformat/oggparseogm.o
343CC      libavformat/oggparseskeleton.o
344CC      libavformat/oggparsespeex.o
345CC      libavformat/oggparsetheora.o
346CC      libavformat/oggparsevorbis.o
347CC      libavformat/oma.o
348CC      libavformat/options.o
349CC      libavformat/os_support.o
350CC      libavformat/psxstr.o
351CC      libavformat/pva.o
352CC      libavformat/qcp.o
353CC      libavformat/r3d.o
354CC      libavformat/raw.o
355CC      libavformat/rdt.o
356libavformat/rdt.c: In function ‘rdt_parse_packet’:
357libavformat/rdt.c:308: warning: passing argument 2 of ‘init_put_byte’ discards qualifiers from pointer target type
358CC      libavformat/riff.o
359CC      libavformat/rl2.o
360CC      libavformat/rm.o
361CC      libavformat/rmdec.o
362CC      libavformat/rmenc.o
363CC      libavformat/rpl.o
364CC      libavformat/rso.o
365libavformat/rmdec.c: In function ‘ff_rm_parse_packet’:
366libavformat/rmdec.c:584: warning: ‘seq’ may be used uninitialized in this function
367libavformat/rmdec.c:584: warning: ‘pic_num’ may be used uninitialized in this function
368libavformat/rmdec.c:584: warning: ‘pos’ may be used uninitialized in this function
369libavformat/rmdec.c:584: warning: ‘len2’ may be used uninitialized in this function
370CC      libavformat/rsodec.o
371libavformat/rmdec.c: In function ‘rm_read_packet’:
372libavformat/rmdec.c:823: warning: ‘st’ may be used uninitialized in this function
373CC      libavformat/rsoenc.o
374CC      libavformat/rtmppkt.o
375CC      libavformat/rtmpproto.o
376libavformat/rtmpproto.c: In function ‘get_packet’:
377libavformat/rtmpproto.c:753: warning: assignment discards qualifiers from pointer target type
378libavformat/rmdec.c: In function ‘rm_read_header’:
379libavformat/rmdec.c:335: warning: ‘st’ may be used uninitialized in this function
380CC      libavformat/rtp.o
381CC      libavformat/rtpdec.o
382CC      libavformat/rtpdec_amr.o
383CC      libavformat/rtpdec_asf.o
384CC      libavformat/rtpdec_h263.o
385libavformat/rtpdec_asf.c: In function ‘asfrtp_parse_packet’:
386libavformat/rtpdec_asf.c:178: warning: passing argument 2 of ‘init_put_byte’ discards qualifiers from pointer target type
387CC      libavformat/rtpdec_h264.o
388CC      libavformat/rtpdec_latm.o
389CC      libavformat/rtpdec_mpeg4.o
390CC      libavformat/rtpdec_qdm2.o
391CC      libavformat/rtpdec_svq3.o
392CC      libavformat/rtpdec_vp8.o
393CC      libavformat/rtpdec_xiph.o
394CC      libavformat/rtpenc.o
395CC      libavformat/rtpenc_aac.o
396CC      libavformat/rtpenc_amr.o
397CC      libavformat/rtpenc_h263.o
398CC      libavformat/rtpenc_h264.o
399CC      libavformat/rtpenc_mpv.o
400CC      libavformat/rtpenc_vp8.o
401CC      libavformat/rtpenc_xiph.o
402CC      libavformat/rtpproto.o
403CC      libavformat/rtsp.o
404CC      libavformat/rtspenc.o
405libavformat/rtsp.c: In function ‘rtsp_parse_range’:
406libavformat/rtsp.c:595: warning: cast discards qualifiers from pointer target type
407libavformat/rtsp.c:599: warning: cast discards qualifiers from pointer target type
408libavformat/rtsp.c: In function ‘rtsp_parse_transport’:
409libavformat/rtsp.c:684: warning: cast discards qualifiers from pointer target type
410CC      libavformat/sauce.o
411CC      libavformat/sdp.o
412CC      libavformat/seek.o
413CC      libavformat/segafilm.o
414CC      libavformat/sierravmd.o
415CC      libavformat/siff.o
416libavformat/rtsp.c: In function ‘rtsp_fetch_packet’:
417libavformat/rtsp.c:1766: warning: ‘rtsp_st’ may be used uninitialized in this function
418CC      libavformat/smacker.o
419CC      libavformat/sol.o
420CC      libavformat/soxdec.o
421libavformat/rtsp.c: In function ‘ff_rtsp_connect’:
422libavformat/rtsp.c:982: warning: ‘rtx’ may be used uninitialized in this function
423CC      libavformat/soxenc.o
424CC      libavformat/spdif.o
425CC      libavformat/srtdec.o
426CC      libavformat/swfdec.o
427CC      libavformat/swfenc.o
428libavformat/swfenc.c: In function ‘swf_write_video’:
429libavformat/swfenc.c:424: warning: passing argument 4 of ‘av_fifo_generic_read’ from incompatible pointer type
430CC      libavformat/tcp.o
431CC      libavformat/thp.o
432CC      libavformat/tiertexseq.o
433CC      libavformat/tmv.o
434CC      libavformat/tta.o
435CC      libavformat/tty.o
436CC      libavformat/txd.o
437CC      libavformat/udp.o
438CC      libavformat/utils.o
439CC      libavformat/vc1test.o
440libavformat/utils.c: In function ‘av_remove_stream’:
441libavformat/utils.c:2760: warning: comparison of distinct pointer types lacks a cast
442libavformat/utils.c: In function ‘parse_date’:
443libavformat/utils.c:3506: warning: cast discards qualifiers from pointer target type
444CC      libavformat/vc1testenc.o
445CC      libavformat/voc.o
446CC      libavformat/vocdec.o
447CC      libavformat/vocenc.o
448CC      libavformat/vorbiscomment.o
449CC      libavformat/vqf.o
450CC      libavformat/wav.o
451CC      libavformat/wc3movie.o
452libavformat/wc3movie.c:71: warning: ‘AVPaletteControl’ is deprecated
453CC      libavformat/westwood.o
454CC      libavformat/wv.o
455CC      libavformat/xa.o
456CC      libavformat/yop.o
457CC      libavformat/yuv4mpeg.o
458CC      libavcodec/4xm.o
459CC      libavcodec/8bps.o
460CC      libavcodec/8svx.o
461CC      libavcodec/a64multienc.o
462CC      libavcodec/aac_ac3_parser.o
463CC      libavcodec/aac_adtstoasc_bsf.o
464CC      libavcodec/aac_parser.o
465libavcodec/aac_adtstoasc_bsf.c: In function ‘aac_adtstoasc_filter’:
466libavcodec/aac_adtstoasc_bsf.c:51: warning: cast discards qualifiers from pointer target type
467libavcodec/aac_adtstoasc_bsf.c:104: warning: cast discards qualifiers from pointer target type
468CC      libavcodec/aacadtsdec.o
469CC      libavcodec/aaccoder.o
470CC      libavcodec/aacdec.o
471CC      libavcodec/aacenc.o
472CC      libavcodec/aaclatmdec.o
473CC      libavcodec/aacps.o
474libavcodec/aacps.c: In function ‘hybrid_analysis’:
475libavcodec/aacps.c:369: warning: passing argument 3 of ‘hybrid4_8_12_cx’ from incompatible pointer type
476libavcodec/aacps.c:370: warning: passing argument 3 of ‘hybrid4_8_12_cx’ from incompatible pointer type
477libavcodec/aacps.c:371: warning: passing argument 3 of ‘hybrid4_8_12_cx’ from incompatible pointer type
478libavcodec/aacps.c:372: warning: passing argument 3 of ‘hybrid4_8_12_cx’ from incompatible pointer type
479libavcodec/aacps.c:373: warning: passing argument 3 of ‘hybrid4_8_12_cx’ from incompatible pointer type
480libavcodec/aacps.c:381: warning: passing argument 3 of ‘hybrid6_cx’ from incompatible pointer type
481libavcodec/aacps.c: In function ‘stereo_processing’:
482libavcodec/aacps.c:813: warning: initialization from incompatible pointer type
483libavcodec/aacps.c: In function ‘ff_ps_apply’:
484libavcodec/aacps.c:986: warning: passing argument 3 of ‘decorrelation’ from incompatible pointer type
485CC      libavcodec/aacpsy.o
486CC      libavcodec/aacsbr.o
487CC      libavcodec/aactab.o
488libavcodec/aacsbr.c: In function ‘ff_sbr_apply’:
489libavcodec/aacsbr.c:1731: warning: passing argument 4 of ‘sbr_lf_gen’ from incompatible pointer type
490libavcodec/aacsbr.c:1733: warning: passing argument 3 of ‘sbr_hf_inverse_filter’ from incompatible pointer type
491libavcodec/aacsbr.c:1737: warning: passing argument 4 of ‘sbr_hf_gen’ from incompatible pointer type
492libavcodec/aacsbr.c:1737: warning: passing argument 5 of ‘sbr_hf_gen’ from incompatible pointer type
493libavcodec/aacsbr.c:1737: warning: passing argument 6 of ‘sbr_hf_gen’ from incompatible pointer type
494libavcodec/aacsbr.c:1744: warning: passing argument 2 of ‘sbr_hf_assemble’ from incompatible pointer type
495libavcodec/aacsbr.c:1748: warning: passing argument 3 of ‘sbr_x_gen’ from incompatible pointer type
496libavcodec/aacsbr.c:1748: warning: passing argument 4 of ‘sbr_x_gen’ from incompatible pointer type
497CC      libavcodec/aandcttab.o
498CC      libavcodec/aasc.o
499CC      libavcodec/ac3.o
500libavcodec/aacps.c:908: warning: ‘h22i_step’ may be used uninitialized in this function
501libavcodec/aacps.c:908: warning: ‘h21i_step’ may be used uninitialized in this function
502libavcodec/aacps.c:908: warning: ‘h12i_step’ may be used uninitialized in this function
503libavcodec/aacps.c:908: warning: ‘h11i_step’ may be used uninitialized in this function
504libavcodec/aacps.c:906: warning: ‘h22i’ may be used uninitialized in this function
505libavcodec/aacps.c:906: warning: ‘h21i’ may be used uninitialized in this function
506libavcodec/aacps.c:906: warning: ‘h12i’ may be used uninitialized in this function
507libavcodec/aacps.c:906: warning: ‘h11i’ may be used uninitialized in this function
508CC      libavcodec/ac3_parser.o
509CC      libavcodec/ac3dec.o
510CC      libavcodec/ac3dec_data.o
511CC      libavcodec/ac3enc.o
512libavcodec/aacsbr.c: In function ‘ff_decode_sbr_extension’:
513libavcodec/aacsbr.c:307: warning: ‘max_qmf_subbands’ may be used uninitialized in this function
514CC      libavcodec/ac3tab.o
515CC      libavcodec/acelp_filters.o
516CC      libavcodec/acelp_pitch_delay.o
517CC      libavcodec/acelp_vectors.o
518CC      libavcodec/adpcm.o
519CC      libavcodec/adxdec.o
520CC      libavcodec/adxenc.o
521CC      libavcodec/alac.o
522CC      libavcodec/alacenc.o
523CC      libavcodec/allcodecs.o
524CC      libavcodec/alsdec.o
525CC      libavcodec/amrnbdec.o
526CC      libavcodec/anm.o
527CC      libavcodec/ansi.o
528CC      libavcodec/apedec.o
529libavcodec/ansi.c: In function ‘decode_frame’:
530libavcodec/ansi.c:161: warning: ‘height’ may be used uninitialized in this function
531libavcodec/ansi.c:161: warning: ‘width’ may be used uninitialized in this function
532CC      libavcodec/asv1.o
533CC      libavcodec/atrac.o
534CC      libavcodec/atrac1.o
535CC      libavcodec/atrac3.o
536CC      libavcodec/audioconvert.o
537CC      libavcodec/aura.o
538CC      libavcodec/avfft.o
539CC      libavcodec/avpacket.o
540libavcodec/avpacket.c: In function ‘av_dup_packet’:
541libavcodec/avpacket.c:76: warning: ‘av_destruct_packet_nofree’ is deprecated (declared at libavcodec/avpacket.c:26)
542CC      libavcodec/avs.o
543CC      libavcodec/bethsoftvideo.o
544libavcodec/avs.c: In function ‘avs_decode_frame’:
545libavcodec/avs.c:59: warning: ‘change_map.buffer’ may be used uninitialized in this function
546libavcodec/avs.c:59: warning: ‘change_map.index’ may be used uninitialized in this function
547CC      libavcodec/bfi.o
548CC      libavcodec/bgmc.o
549CC      libavcodec/bink.o
550CC      libavcodec/binkaudio.o
551CC      libavcodec/binkidct.o
552CC      libavcodec/bitstream.o
553CC      libavcodec/bitstream_filter.o
554libavcodec/bitstream_filter.c: In function ‘av_bitstream_filter_filter’:
555libavcodec/bitstream_filter.c:62: warning: cast discards qualifiers from pointer target type
556CC      libavcodec/bmp.o
557libavcodec/bmp.c: In function ‘bmp_decode_frame’:
558libavcodec/bmp.c:51: warning: ‘rgb[0]’ may be used uninitialized in this function
559libavcodec/bmp.c:51: warning: ‘rgb[1]’ may be used uninitialized in this function
560libavcodec/bmp.c:51: warning: ‘rgb[2]’ may be used uninitialized in this function
561CC      libavcodec/bmpenc.o
562CC      libavcodec/c93.o
563CC      libavcodec/cabac.o
564CC      libavcodec/cavs.o
565CC      libavcodec/cavs_parser.o
566CC      libavcodec/cavsdec.o
567CC      libavcodec/cavsdsp.o
568CC      libavcodec/cdgraphics.o
569CC      libavcodec/celp_filters.o
570CC      libavcodec/celp_math.o
571CC      libavcodec/cga_data.o
572CC      libavcodec/chomp_bsf.o
573CC      libavcodec/cinepak.o
574libavcodec/chomp_bsf.c: In function ‘chomp_filter’:
575libavcodec/chomp_bsf.c:34: warning: cast discards qualifiers from pointer target type
576CC      libavcodec/cljr.o
577CC      libavcodec/cook.o
578CC      libavcodec/cscd.o
579libavcodec/cook.c: In function ‘cook_decode_init’:
580libavcodec/cook.c:282: warning: control may reach end of non-void function ‘maybe_reformat_buffer32’ being inlined
581CC      libavcodec/cyuv.o
582CC      libavcodec/dca.o
583CC      libavcodec/dca_parser.o
584CC      libavcodec/dcadsp.o
585CC      libavcodec/dct.o
586CC      libavcodec/dirac.o
587CC      libavcodec/dirac_parser.o
588CC      libavcodec/dnxhd_parser.o
589CC      libavcodec/dnxhddata.o
590CC      libavcodec/dnxhddec.o
591CC      libavcodec/dnxhdenc.o
592CC      libavcodec/dpcm.o
593CC      libavcodec/dpx.o
594CC      libavcodec/dsicinav.o
595CC      libavcodec/dsputil.o
596CC      libavcodec/dump_extradata_bsf.o
597CC      libavcodec/dv.o
598libavcodec/dv.c: In function ‘dvvideo_decode_frame’:
599libavcodec/dv.c:1107: warning: assignment discards qualifiers from pointer target type
600CC      libavcodec/dvbsub.o
601CC      libavcodec/dvbsub_parser.o
602CC      libavcodec/dvbsubdec.o
603CC      libavcodec/dvdata.o
604CC      libavcodec/dvdsub_parser.o
605CC      libavcodec/dvdsubdec.o
606CC      libavcodec/dvdsubenc.o
607CC      libavcodec/dwt.o
608CC      libavcodec/dxa.o
609CC      libavcodec/eac3dec.o
610CC      libavcodec/eac3dec_data.o
611CC      libavcodec/eacmv.o
612CC      libavcodec/eaidct.o
613CC      libavcodec/eamad.o
614CC      libavcodec/eatgq.o
615libavcodec/eamad.c: In function ‘decode_frame’:
616libavcodec/eamad.c:191: warning: ‘mv_y’ may be used uninitialized in this function
617libavcodec/eamad.c:191: warning: ‘mv_x’ may be used uninitialized in this function
618CC      libavcodec/eatgv.o
619CC      libavcodec/eatqi.o
620CC      libavcodec/elbg.o
621CC      libavcodec/error_resilience.o
622CC      libavcodec/escape124.o
623CC      libavcodec/faandct.o
624CC      libavcodec/faanidct.o
625CC      libavcodec/faxcompr.o
626CC      libavcodec/fft.o
627CC      libavcodec/ffv1.o
628CC      libavcodec/flac.o
629CC      libavcodec/flacdata.o
630CC      libavcodec/flacdec.o
631CC      libavcodec/flacenc.o
632CC      libavcodec/flashsv.o
633CC      libavcodec/flashsvenc.o
634libavcodec/flashsv.c: In function ‘flashsv_decode_frame’:
635libavcodec/flashsv.c:202: warning: assignment discards qualifiers from pointer target type
636CC      libavcodec/flicvideo.o
637CC      libavcodec/flvdec.o
638CC      libavcodec/flvenc.o
639CC      libavcodec/fraps.o
640CC      libavcodec/frwu.o
641CC      libavcodec/g726.o
642CC      libavcodec/gif.o
643libavcodec/gif.c: In function ‘gif_encode_frame’:
644libavcodec/gif.c:90: warning: ‘len’ may be used uninitialized in this function
645CC      libavcodec/gifdec.o
646CC      libavcodec/golomb.o
647CC      libavcodec/gsmdec.o
648CC      libavcodec/h261.o
649CC      libavcodec/h261_parser.o
650CC      libavcodec/h261dec.o
651CC      libavcodec/h261enc.o
652CC      libavcodec/h263.o
653CC      libavcodec/h263_parser.o
654CC      libavcodec/h263dec.o
655CC      libavcodec/h264.o
656libavcodec/h264.c: In function ‘fill_filter_caches’:
657libavcodec/h264.c:2333: warning: initialization from incompatible pointer type
658libavcodec/h264.c:2410: warning: initialization from incompatible pointer type
659libavcodec/h264.c:2425: warning: initialization from incompatible pointer type
660CC      libavcodec/h264_cabac.o
661CC      libavcodec/h264_cavlc.o
662CC      libavcodec/h264_direct.o
663libavcodec/h264_direct.c: In function ‘pred_spatial_direct_motion’:
664libavcodec/h264_direct.c:263: warning: assignment from incompatible pointer type
665libavcodec/h264_direct.c:264: warning: assignment from incompatible pointer type
666libavcodec/h264_direct.c: In function ‘pred_temp_direct_motion’:
667libavcodec/h264_direct.c:443: warning: assignment from incompatible pointer type
668libavcodec/h264_direct.c:444: warning: assignment from incompatible pointer type
669CC      libavcodec/h264_loopfilter.o
670CC      libavcodec/h264_mp4toannexb_bsf.o
671libavcodec/h264_mp4toannexb_bsf.c: In function ‘h264_mp4toannexb_filter’:
672libavcodec/h264_mp4toannexb_bsf.c:69: warning: cast discards qualifiers from pointer target type
673CC      libavcodec/h264_parser.o
674CC      libavcodec/h264_ps.o
675CC      libavcodec/h264_refs.o
676CC      libavcodec/h264_sei.o
677CC      libavcodec/h264dsp.o
678CC      libavcodec/h264idct.o
679CC      libavcodec/h264pred.o
680CC      libavcodec/huffman.o
681CC      libavcodec/huffyuv.o
682CC      libavcodec/idcinvideo.o
683libavcodec/idcinvideo.c: In function ‘idcin_decode_frame’:
684libavcodec/idcinvideo.c:216: warning: ‘AVPaletteControl’ is deprecated
685CC      libavcodec/iff.o
686CC      libavcodec/iirfilter.o
687CC      libavcodec/imc.o
688CC      libavcodec/imgconvert.o
689CC      libavcodec/imx_dump_header_bsf.o
690libavcodec/imgconvert.c: In function ‘av_picture_copy’:
691libavcodec/imgconvert.c:841: warning: passing argument 3 of ‘av_picture_data_copy’ discards qualifiers from pointer target type
692libavcodec/imgconvert.c:841: warning: passing argument 4 of ‘av_picture_data_copy’ discards qualifiers from pointer target type
693CC      libavcodec/indeo2.o
694CC      libavcodec/indeo3.o
695CC      libavcodec/indeo5.o
696CC      libavcodec/intelh263dec.o
697CC      libavcodec/interplayvideo.o
698libavcodec/interplayvideo.c: In function ‘ipvideo_decode_frame’:
699libavcodec/interplayvideo.c:1045: warning: ‘AVPaletteControl’ is deprecated
700libavcodec/interplayvideo.c: In function ‘ipvideo_decode_block_opcode_0xD’:
701libavcodec/interplayvideo.c:517: warning: ‘P[0]’ may be used uninitialized in this function
702libavcodec/interplayvideo.c:517: warning: ‘P[1]’ may be used uninitialized in this function
703CC      libavcodec/intrax8.o
704CC      libavcodec/intrax8dsp.o
705CC      libavcodec/inverse.o
706CC      libavcodec/ituh263dec.o
707CC      libavcodec/ituh263enc.o
708CC      libavcodec/ivi_common.o
709libavcodec/ivi_common.c: In function ‘ff_ivi_decode_blocks’:
710libavcodec/ivi_common.c:336: warning: ‘sym’ may be used uninitialized in this function
711libavcodec/ivi_common.c:333: warning: ‘mc_type’ may be used uninitialized in this function
712libavcodec/ivi_common.c:333: warning: ‘mv_y’ may be used uninitialized in this function
713libavcodec/ivi_common.c:333: warning: ‘mv_x’ may be used uninitialized in this function
714CC      libavcodec/ivi_dsp.o
715libavcodec/ivi_dsp.c: In function ‘ff_ivi_recompose53’:
716libavcodec/ivi_dsp.c:41: warning: ‘b3_9’ may be used uninitialized in this function
717libavcodec/ivi_dsp.c:41: warning: ‘b3_8’ may be used uninitialized in this function
718libavcodec/ivi_dsp.c:41: warning: ‘b3_6’ may be used uninitialized in this function
719libavcodec/ivi_dsp.c:41: warning: ‘b3_5’ may be used uninitialized in this function
720libavcodec/ivi_dsp.c:41: warning: ‘b3_3’ may be used uninitialized in this function
721libavcodec/ivi_dsp.c:41: warning: ‘b3_2’ may be used uninitialized in this function
722libavcodec/ivi_dsp.c:40: warning: ‘b2_6’ may be used uninitialized in this function
723libavcodec/ivi_dsp.c:40: warning: ‘b2_5’ may be used uninitialized in this function
724libavcodec/ivi_dsp.c:40: warning: ‘b2_3’ may be used uninitialized in this function
725libavcodec/ivi_dsp.c:40: warning: ‘b2_2’ may be used uninitialized in this function
726libavcodec/ivi_dsp.c:40: warning: ‘b1_3’ may be used uninitialized in this function
727libavcodec/ivi_dsp.c:40: warning: ‘b1_2’ may be used uninitialized in this function
728libavcodec/ivi_dsp.c:40: warning: ‘b1_1’ may be used uninitialized in this function
729libavcodec/ivi_dsp.c:40: warning: ‘b0_2’ may be used uninitialized in this function
730libavcodec/ivi_dsp.c:40: warning: ‘b0_1’ may be used uninitialized in this function
731CC      libavcodec/jfdctfst.o
732CC      libavcodec/jfdctint.o
733CC      libavcodec/jpegls.o
734CC      libavcodec/jpeglsdec.o
735CC      libavcodec/jpeglsenc.o
736CC      libavcodec/jrevdct.o
737CC      libavcodec/kgv1dec.o
738CC      libavcodec/kmvc.o
739CC      libavcodec/latm_parser.o
740CC      libavcodec/lcldec.o
741libavcodec/lcldec.c: In function ‘zlib_decomp’:
742libavcodec/lcldec.c:136: warning: assignment discards qualifiers from pointer target type
743libavcodec/lcldec.c: In function ‘decode_frame’:
744libavcodec/lcldec.c:165: warning: cast discards qualifiers from pointer target type
745CC      libavcodec/lclenc.o
746CC      libavcodec/ljpegenc.o
747CC      libavcodec/loco.o
748CC      libavcodec/lpc.o
749CC      libavcodec/lsp.o
750CC      libavcodec/lzw.o
751CC      libavcodec/lzwenc.o
752CC      libavcodec/mace.o
753CC      libavcodec/mdct.o
754CC      libavcodec/mdec.o
755CC      libavcodec/mimic.o
756CC      libavcodec/mjpeg.o
757CC      libavcodec/mjpeg_parser.o
758CC      libavcodec/mjpega_dump_header_bsf.o
759CC      libavcodec/mjpegbdec.o
760CC      libavcodec/mjpegdec.o
761CC      libavcodec/mjpegenc.o
762CC      libavcodec/mlp.o
763CC      libavcodec/mlp_parser.o
764CC      libavcodec/mlpdec.o
765CC      libavcodec/mlpdsp.o
766CC      libavcodec/mmvideo.o
767CC      libavcodec/motion_est.o
768CC      libavcodec/motionpixels.o
769CC      libavcodec/movsub_bsf.o
770CC      libavcodec/mp3_header_compress_bsf.o
771libavcodec/mp3_header_compress_bsf.c: In function ‘mp3_header_compress’:
772libavcodec/mp3_header_compress_bsf.c:41: warning: cast discards qualifiers from pointer target type
773CC      libavcodec/mp3_header_decompress_bsf.o
774libavcodec/motion_est.c: In function ‘cmp_hpel’:
775libavcodec/motion_est.c:192: warning: ‘uvdxy’ may be used uninitialized in this function
776CC      libavcodec/mpc.o
777libavcodec/mp3_header_decompress_bsf.c: In function ‘mp3_header_decompress’:
778libavcodec/mp3_header_decompress_bsf.c:36: warning: cast discards qualifiers from pointer target type
779CC      libavcodec/mpc7.o
780libavcodec/motion_est.c: In function ‘cmp_internal’:
781libavcodec/motion_est.c:192: warning: ‘uvdxy’ may be used uninitialized in this function
782CC      libavcodec/mpc8.o
783CC      libavcodec/mpeg12.o
784libavcodec/mpeg12.c: In function ‘mpeg_decode_slice’:
785libavcodec/mpeg12.c:1684: warning: passing argument 3 of ‘XVMC_VLD_decode_slice’ discards qualifiers from pointer target type
786libavcodec/mpeg12.c: In function ‘mpeg_decode_user_data’:
787libavcodec/mpeg12.c:2188: warning: unused variable ‘proc’
788CC      libavcodec/mpeg12data.o
789CC      libavcodec/mpeg12enc.o
790libavcodec/motion_est_template.c: In function ‘qpel_motion_search’:
791libavcodec/motion_est.c:192: warning: ‘uvdxy’ may be used uninitialized in this function
792CC      libavcodec/mpeg4audio.o
793CC      libavcodec/mpeg4video.o
794CC      libavcodec/mpeg4video_parser.o
795CC      libavcodec/mpeg4videodec.o
796CC      libavcodec/mpeg4videoenc.o
797libavcodec/mpeg4videodec.c: In function ‘mpeg4_decode_block’:
798libavcodec/mpeg4videodec.c:844: warning: ‘dc_pred_dir’ may be used uninitialized in this function
799CC      libavcodec/mpegaudio.o
800CC      libavcodec/mpegaudio_parser.o
801CC      libavcodec/mpegaudiodata.o
802CC      libavcodec/mpegaudiodec.o
803CC      libavcodec/mpegaudiodec_float.o
804CC      libavcodec/mpegaudiodecheader.o
805CC      libavcodec/mpegaudioenc.o
806CC      libavcodec/mpegvideo.o
807CC      libavcodec/mpegvideo_enc.o
808CC      libavcodec/mpegvideo_parser.o
809CC      libavcodec/mpegvideo_xvmc.o
810CC      libavcodec/msmpeg4.o
811libavcodec/msmpeg4.c: In function ‘ff_msmpeg4_encode_block’:
812libavcodec/msmpeg4.c:850: warning: ‘extquant’ may be used uninitialized in this function
813CC      libavcodec/msmpeg4data.o
814CC      libavcodec/msrle.o
815CC      libavcodec/msrledec.o
816libavcodec/msrledec.c: In function ‘ff_msrle_decode’:
817libavcodec/msrledec.c:201: warning: ‘pix[0]’ may be used uninitialized in this function
818libavcodec/msrledec.c:201: warning: ‘pix[1]’ may be used uninitialized in this function
819libavcodec/msrledec.c:201: warning: ‘pix[2]’ may be used uninitialized in this function
820CC      libavcodec/msvideo1.o
821CC      libavcodec/myth_utils.o
822CC      libavcodec/nellymoser.o
823CC      libavcodec/nellymoserdec.o
824CC      libavcodec/nellymoserenc.o
825CC      libavcodec/noise_bsf.o
826CC      libavcodec/nuv.o
827libavcodec/nuv.c: In function ‘copy_frame’:
828libavcodec/nuv.c:75: warning: passing argument 2 of ‘avpicture_fill’ discards qualifiers from pointer target type
829CC      libavcodec/opt.o
830CC      libavcodec/options.o
831CC      libavcodec/pamenc.o
832CC      libavcodec/parser.o
833libavcodec/parser.c: In function ‘av_parser_change’:
834libavcodec/parser.c:214: warning: cast discards qualifiers from pointer target type
835CC      libavcodec/pcm-mpeg.o
836CC      libavcodec/pcm.o
837libavcodec/pcm.c: In function ‘pcm_encode_frame’:
838libavcodec/pcm.c:105: warning: cast discards qualifiers from pointer target type
839libavcodec/pcm.c:108: warning: cast discards qualifiers from pointer target type
840libavcodec/pcm.c:111: warning: cast discards qualifiers from pointer target type
841libavcodec/pcm.c:114: warning: cast discards qualifiers from pointer target type
842libavcodec/pcm.c:117: warning: cast discards qualifiers from pointer target type
843libavcodec/pcm.c:120: warning: cast discards qualifiers from pointer target type
844libavcodec/pcm.c:132: warning: cast discards qualifiers from pointer target type
845libavcodec/pcm.c:135: warning: cast discards qualifiers from pointer target type
846libavcodec/pcm.c:161: warning: cast discards qualifiers from pointer target type
847libavcodec/pcm.c:165: warning: cast discards qualifiers from pointer target type
848libavcodec/pcm.c:168: warning: cast discards qualifiers from pointer target type
849CC      libavcodec/pcx.o
850CC      libavcodec/pcxenc.o
851CC      libavcodec/pgssubdec.o
852CC      libavcodec/pictordec.o
853CC      libavcodec/png.o
854CC      libavcodec/pngdec.o
855CC      libavcodec/pngenc.o
856libavcodec/pngdec.c: In function ‘png_decode_idat’:
857libavcodec/pngdec.c:366: warning: assignment discards qualifiers from pointer target type
858libavcodec/pngenc.c: In function ‘png_write_row’:
859libavcodec/pngenc.c:217: warning: cast discards qualifiers from pointer target type
860CC      libavcodec/pnm.o
861CC      libavcodec/pnm_parser.o
862libavcodec/pnm_parser.c: In function ‘pnm_parse’:
863libavcodec/pnm_parser.c:44: warning: cast discards qualifiers from pointer target type
864libavcodec/pnm_parser.c:45: warning: cast discards qualifiers from pointer target type
865CC      libavcodec/pnmdec.o
866CC      libavcodec/pnmenc.o
867libavcodec/pnmdec.c: In function ‘pnm_decode_frame’:
868libavcodec/pnmdec.c:41: warning: assignment discards qualifiers from pointer target type
869libavcodec/pnmdec.c:42: warning: assignment discards qualifiers from pointer target type
870CC      libavcodec/psymodel.o
871CC      libavcodec/pthread.o
872CC      libavcodec/ptx.o
873CC      libavcodec/qcelpdec.o
874CC      libavcodec/qdm2.o
875CC      libavcodec/qdrw.o
876CC      libavcodec/qpeg.o
877CC      libavcodec/qtrle.o
878CC      libavcodec/qtrleenc.o
879libavcodec/qtrleenc.c: In function ‘qtrle_encode_frame’:
880libavcodec/qtrleenc.c:117: warning: ‘bulkcount’ may be used uninitialized in this function
881CC      libavcodec/r210dec.o
882CC      libavcodec/ra144.o
883CC      libavcodec/ra144dec.o
884CC      libavcodec/ra144enc.o
885libavcodec/ra144enc.c: In function ‘ra144_encode_frame’:
886libavcodec/ra144enc.c:322: warning: ‘m[0]’ may be used uninitialized in this function
887libavcodec/ra144enc.c:184: warning: ‘best_gain’ may be used uninitialized in this function
888libavcodec/ra144enc.c:183: warning: ‘best_vect’ may be used uninitialized in this function
889CC      libavcodec/ra288.o
890CC      libavcodec/rangecoder.o
891CC      libavcodec/ratecontrol.o
892libavcodec/rangecoder.c: In function ‘ff_init_range_decoder’:
893libavcodec/rangecoder.c:54: warning: cast discards qualifiers from pointer target type
894libavcodec/rangecoder.c:56: warning: passing argument 1 of ‘bytestream_get_be16’ from incompatible pointer type
895CC      libavcodec/raw.o
896CC      libavcodec/rawdec.o
897libavcodec/rawdec.c: In function ‘raw_decode’:
898libavcodec/rawdec.c:148: warning: passing argument 2 of ‘avpicture_fill’ discards qualifiers from pointer target type
899CC      libavcodec/rawenc.o
900CC      libavcodec/rdft.o
901CC      libavcodec/remove_extradata_bsf.o
902CC      libavcodec/resample.o
903libavcodec/remove_extradata_bsf.c: In function ‘remove_extradata’:
904libavcodec/remove_extradata_bsf.c:45: warning: cast discards qualifiers from pointer target type
905CC      libavcodec/resample2.o
906CC      libavcodec/rl2.o
907CC      libavcodec/rle.o
908CC      libavcodec/roqaudioenc.o
909CC      libavcodec/roqvideo.o
910CC      libavcodec/roqvideodec.o
911CC      libavcodec/roqvideoenc.o
912CC      libavcodec/rpza.o
913CC      libavcodec/rtjpeg.o
914CC      libavcodec/rv10.o
915CC      libavcodec/rv10enc.o
916CC      libavcodec/rv20enc.o
917CC      libavcodec/rv30.o
918CC      libavcodec/rv30dsp.o
919CC      libavcodec/rv34.o
920CC      libavcodec/rv40.o
921CC      libavcodec/rv40dsp.o
922CC      libavcodec/s3tc.o
923CC      libavcodec/sgidec.o
924CC      libavcodec/sgienc.o
925CC      libavcodec/shorten.o
926CC      libavcodec/simple_idct.o
927CC      libavcodec/sipr.o
928CC      libavcodec/sipr16k.o
929CC      libavcodec/smacker.o
930CC      libavcodec/smc.o
931CC      libavcodec/snow.o
932CC      libavcodec/sonic.o
933CC      libavcodec/sp5xdec.o
934CC      libavcodec/sunrast.o
935CC      libavcodec/svq1.o
936CC      libavcodec/svq1dec.o
937CC      libavcodec/svq1enc.o
938libavcodec/svq1dec.c: In function ‘svq1_decode_frame’:
939libavcodec/svq1dec.c:666: warning: cast discards qualifiers from pointer target type
940libavcodec/svq1enc.c: In function ‘svq1_write_header’:
941libavcodec/svq1enc.c:98: warning: passing argument 1 of ‘ff_match_2uint16’ from incompatible pointer type
942CC      libavcodec/svq3.o
943CC      libavcodec/synth_filter.o
944CC      libavcodec/targa.o
945libavcodec/svq3.c: In function ‘svq3_decode_slice_header’:
946libavcodec/svq3.c:733: warning: cast discards qualifiers from pointer target type
947libavcodec/svq3.c:736: warning: cast discards qualifiers from pointer target type
948CC      libavcodec/targaenc.o
949CC      libavcodec/tiertexseqv.o
950CC      libavcodec/tiff.o
951libavcodec/tiff.c: In function ‘tiff_uncompress’:
952libavcodec/tiff.c:87: warning: assignment discards qualifiers from pointer target type
953CC      libavcodec/tiffenc.o
954CC      libavcodec/tmv.o
955CC      libavcodec/truemotion1.o
956CC      libavcodec/truemotion2.o
957CC      libavcodec/truespeech.o
958CC      libavcodec/tscc.o
959libavcodec/tscc.c: In function ‘decode_frame’:
960libavcodec/tscc.c:97: warning: assignment discards qualifiers from pointer target type
961CC      libavcodec/tta.o
962CC      libavcodec/twinvq.o
963CC      libavcodec/txd.o
964CC      libavcodec/ulti.o
965CC      libavcodec/utils.o
966libavcodec/utils.c: In function ‘avcodec_encode_audio’:
967libavcodec/utils.c:543: warning: passing argument 4 of ‘avctx->codec->encode’ discards qualifiers from pointer target type
968libavcodec/utils.c: In function ‘avcodec_encode_video’:
969libavcodec/utils.c:560: warning: passing argument 4 of ‘avctx->codec->encode’ discards qualifiers from pointer target type
970libavcodec/utils.c: In function ‘avcodec_encode_subtitle’:
971libavcodec/utils.c:579: warning: passing argument 4 of ‘avctx->codec->encode’ discards qualifiers from pointer target type
972libavcodec/utils.c: In function ‘avcodec_decode_video’:
973libavcodec/utils.c:591: warning: assignment discards qualifiers from pointer target type
974libavcodec/utils.c: In function ‘avcodec_decode_audio2’:
975libavcodec/utils.c:630: warning: assignment discards qualifiers from pointer target type
976libavcodec/utils.c: In function ‘avcodec_decode_subtitle’:
977libavcodec/utils.c:671: warning: assignment discards qualifiers from pointer target type
978CC      libavcodec/v210dec.o
979libavcodec/v210dec.c: In function ‘decode_frame’:
980libavcodec/v210dec.c:79: warning: ‘val’ may be used uninitialized in this function
981CC      libavcodec/v210enc.o
982libavcodec/v210enc.c: In function ‘encode_frame’:
983libavcodec/v210enc.c:78: warning: ‘val’ may be used uninitialized in this function
984CC      libavcodec/v210x.o
985CC      libavcodec/vb.o
986CC      libavcodec/vc1.o
987CC      libavcodec/vc1_parser.o
988CC      libavcodec/vc1data.o
989CC      libavcodec/vc1dec.o
990CC      libavcodec/vc1dsp.o
991CC      libavcodec/vcr1.o
992CC      libavcodec/vmdav.o
993CC      libavcodec/vmnc.o
994CC      libavcodec/vorbis.o
995CC      libavcodec/vorbis_data.o
996CC      libavcodec/vorbis_dec.o
997CC      libavcodec/vorbis_enc.o
998CC      libavcodec/vp3.o
999CC      libavcodec/vp3_parser.o
1000CC      libavcodec/vp3dsp.o
1001CC      libavcodec/vp5.o
1002CC      libavcodec/vp56.o
1003CC      libavcodec/vp56data.o
1004CC      libavcodec/vp56dsp.o
1005CC      libavcodec/vp56rac.o
1006CC      libavcodec/vp6.o
1007CC      libavcodec/vp6dsp.o
1008CC      libavcodec/vp8.o
1009CC      libavcodec/vp8_parser.o
1010CC      libavcodec/vp8dsp.o
1011CC      libavcodec/vqavideo.o
1012CC      libavcodec/wavpack.o
1013CC      libavcodec/wma.o
1014CC      libavcodec/wmadec.o
1015CC      libavcodec/wmaenc.o
1016CC      libavcodec/wmaprodec.o
1017CC      libavcodec/wmavoice.o
1018libavcodec/wmavoice.c: In function ‘postfilter’:
1019libavcodec/wmavoice.c:501: warning: ‘best_hist_ptr’ may be used uninitialized in this function
1020libavcodec/wmavoice.c:673: warning: ‘remainder’ may be used uninitialized in this function
1021CC      libavcodec/wmv2.o
1022CC      libavcodec/wmv2dec.o
1023libavcodec/wmavoice.c: In function ‘synth_superframe’:
1024libavcodec/wmavoice.c:1422: warning: ‘cur_pitch_val’ may be used uninitialized in this function
1025CC      libavcodec/wmv2enc.o
1026CC      libavcodec/wnv1.o
1027CC      libavcodec/ws-snd1.o
1028CC      libavcodec/x86/cavsdsp_mmx.o
1029CC      libavcodec/x86/cpuid.o
1030CC      libavcodec/x86/dct32_sse.o
1031YASM    libavcodec/x86/deinterlace.o
1032CC      libavcodec/x86/dnxhd_mmx.o
1033CC      libavcodec/x86/dsputil_mmx.o
1034YASM    libavcodec/x86/dsputil_yasm.o
1035libavcodec/x86/dsputil_yasm.asm:31: warning: section flags ignored on section redeclaration
1036CC      libavcodec/x86/dsputilenc_mmx.o
1037CC      libavcodec/x86/fdct_mmx.o
1038CC      libavcodec/x86/fft.o
1039CC      libavcodec/x86/fft_3dn.o
1040CC      libavcodec/x86/fft_3dn2.o
1041CC      libavcodec/x86/fft_sse.o
1042YASM    libavcodec/x86/fft_mmx.o
1043libavcodec/x86/fft_mmx.asm:49: warning: section flags ignored on section redeclaration
1044libavcodec/x86/fft_mmx.asm:74: warning: section flags ignored on section redeclaration
1045YASM    libavcodec/x86/h264_idct_sse2.o
1046YASM    libavcodec/x86/h264_deblock_sse2.o
1047YASM    libavcodec/x86/h264_intrapred.o
1048YASM    libavcodec/x86/h264_weight_sse2.o
1049CC      libavcodec/x86/idct_mmx.o
1050CC      libavcodec/x86/idct_mmx_xvid.o
1051CC      libavcodec/x86/idct_sse2_xvid.o
1052CC      libavcodec/x86/lpc_mmx.o
1053CC      libavcodec/x86/mlpdsp.o
1054CC      libavcodec/x86/motion_est_mmx.o
1055CC      libavcodec/x86/mpegaudiodec_mmx.o
1056CC      libavcodec/x86/mpegvideo_mmx.o
1057CC      libavcodec/x86/simple_idct_mmx.o
1058CC      libavcodec/x86/snowdsp_mmx.o
1059CC      libavcodec/x86/vc1dsp_mmx.o
1060YASM    libavcodec/x86/vc1dsp_yasm.o
1061CC      libavcodec/x86/vp3dsp_mmx.o
1062CC      libavcodec/x86/vp3dsp_sse2.o
1063CC      libavcodec/x86/vp6dsp_mmx.o
1064CC      libavcodec/x86/vp6dsp_sse2.o
1065CC      libavcodec/x86/vp8dsp-init.o
1066CC      libavcodec/xan.o
1067YASM    libavcodec/x86/vp8dsp.o
1068libavcodec/xan.c: In function ‘xan_decode_frame’:
1069libavcodec/xan.c:364: warning: ‘AVPaletteControl’ is deprecated
1070CC      libavcodec/xiph.o
1071CC      libavcodec/xl.o
1072CC      libavcodec/xsubdec.o
1073CC      libavcodec/xsubenc.o
1074CC      libavcodec/yop.o
1075CC      libavcodec/zmbv.o
1076libavcodec/zmbv.c: In function ‘decode_frame’:
1077libavcodec/zmbv.c:494: warning: assignment discards qualifiers from pointer target type
1078CC      libavcodec/zmbvenc.o
1079CC      libavutil/adler32.o
1080CC      libavutil/aes.o
1081CC      libavutil/avstring.o
1082libavutil/avstring.c: In function ‘av_stristr’:
1083libavutil/avstring.c:54: warning: return discards qualifiers from pointer target type
1084libavutil/avstring.c:58: warning: return discards qualifiers from pointer target type
1085libavutil/aes.c: In function ‘av_aes_init’:
1086libavutil/aes.c:160: warning: passing argument 1 of ‘init_multbl2’ from incompatible pointer type
1087libavutil/aes.c:161: warning: passing argument 1 of ‘init_multbl2’ from incompatible pointer type
1088CC      libavutil/base64.o
1089CC      libavutil/crc.o
1090CC      libavutil/des.o
1091CC      libavutil/error.o
1092CC      libavutil/eval.o
1093CC      libavutil/fifo.o
1094CC      libavutil/intfloat_readwrite.o
1095CC      libavutil/inverse.o
1096CC      libavutil/lfg.o
1097CC      libavutil/lls.o
1098CC      libavutil/log.o
1099CC      libavutil/lzo.o
1100CC      libavutil/mathematics.o
1101CC      libavutil/md5.o
1102CC      libavutil/mem.o
1103CC      libavutil/pixdesc.o
1104CC      libavutil/random_seed.o
1105CC      libavutil/rational.o
1106CC      libavutil/rc4.o
1107CC      libavutil/sha.o
1108CC      libavutil/tree.o
1109CC      libavutil/utils.o
1110CC      libavcore/imgutils.o
1111CC      libavcore/parseutils.o
1112libavcore/parseutils.c: In function ‘av_parse_video_size’:
1113libavcore/parseutils.c:103: warning: assignment discards qualifiers from pointer target type
1114CC      libavcore/utils.o
1115CC      libavfilter/af_anull.o
1116CC      libavfilter/allfilters.o
1117CC      libavfilter/avfilter.o
1118CC      libavfilter/avfiltergraph.o
1119CC      libavfilter/defaults.o
1120libavfilter/defaults.c: In function ‘avfilter_default_get_audio_buffer’:
1121libavfilter/defaults.c:90: warning: ‘buf’ may be used uninitialized in this function
1122CC      libavfilter/formats.o
1123CC      libavfilter/graphparser.o
1124CC      libavfilter/parseutils.o
1125CC      libavfilter/vf_aspect.o
1126CC      libavfilter/vf_crop.o
1127CC      libavfilter/vf_format.o
1128CC      libavfilter/vf_hflip.o
1129CC      libavfilter/vf_null.o
1130CC      libavfilter/vf_pad.o
1131CC      libavfilter/vf_pixdesctest.o
1132CC      libavfilter/vf_scale.o
1133libavfilter/vf_pixdesctest.c: In function ‘draw_slice’:
1134libavfilter/vf_pixdesctest.c:97: warning: passing argument 2 of ‘av_read_image_line’ from incompatible pointer type
1135CC      libavfilter/vf_slicify.o
1136CC      libavfilter/vf_unsharp.o
1137CC      libavfilter/vf_vflip.o
1138CC      libavfilter/vsink_nullsink.o
1139CC      libavfilter/vsrc_buffer.o
1140CC      libavfilter/vsrc_nullsrc.o
1141CC      libswscale/options.o
1142CC      libswscale/rgb2rgb.o
1143CC      libswscale/swscale.o
1144CC      libswscale/utils.o
1145libswscale/utils.c: In function ‘sws_getContext’:
1146libswscale/utils.c:939: warning: passing argument 5 of ‘initMMX2HScaler’ from incompatible pointer type
1147libswscale/utils.c:940: warning: passing argument 5 of ‘initMMX2HScaler’ from incompatible pointer type
1148In file included from libswscale/swscale.c:1204:
1149libswscale/swscale_template.c: In function ‘yuv2yuv1_MMX’:
1150libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1151libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1152libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1153libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1154libswscale/swscale_template.c: In function ‘swScale_MMX’:
1155libswscale/swscale_template.c:2767: warning: cast from pointer to integer of different size
1156libswscale/swscale_template.c:2773: warning: cast from pointer to integer of different size
1157libswscale/swscale_template.c:2780: warning: cast from pointer to integer of different size
1158In file included from libswscale/swscale.c:1217:
1159libswscale/swscale_template.c: In function ‘yuv2yuv1_MMX2’:
1160libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1161libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1162libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1163libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1164libswscale/swscale_template.c: In function ‘hyscale_fast_MMX2’:
1165libswscale/swscale_template.c:2261: warning: initialization from incompatible pointer type
1166libswscale/swscale_template.c: In function ‘hcscale_fast_MMX2’:
1167libswscale/swscale_template.c:2411: warning: initialization from incompatible pointer type
1168libswscale/swscale_template.c: In function ‘swScale_MMX2’:
1169libswscale/swscale_template.c:2767: warning: cast from pointer to integer of different size
1170libswscale/swscale_template.c:2773: warning: cast from pointer to integer of different size
1171libswscale/swscale_template.c:2780: warning: cast from pointer to integer of different size
1172In file included from libswscale/swscale.c:1230:
1173libswscale/swscale_template.c: In function ‘yuv2yuv1_3DNow’:
1174libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1175libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1176libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1177libswscale/swscale_template.c:954: warning: initialization from incompatible pointer type
1178libswscale/swscale_template.c: In function ‘swScale_3DNow’:
1179libswscale/swscale_template.c:2767: warning: cast from pointer to integer of different size
1180libswscale/swscale_template.c:2773: warning: cast from pointer to integer of different size
1181libswscale/swscale_template.c:2780: warning: cast from pointer to integer of different size
1182libswscale/swscale.c: In function ‘sws_scale’:
1183libswscale/swscale.c:1860: warning: passing argument 1 of ‘check_image_pointers’ from incompatible pointer type
1184libswscale/swscale.c:1864: warning: passing argument 1 of ‘check_image_pointers’ discards qualifiers from pointer target type
1185CC      libswscale/x86/yuv2rgb_mmx.o
1186In file included from libswscale/x86/yuv2rgb_mmx.c:55:
1187libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX’:
1188libswscale/x86/yuv2rgb_template.c:410: warning: no return statement in function returning non-void
1189libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’:
1190libswscale/x86/yuv2rgb_template.c:453: warning: no return statement in function returning non-void
1191In file included from libswscale/x86/yuv2rgb_mmx.c:62:
1192libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX2’:
1193libswscale/x86/yuv2rgb_template.c:410: warning: no return statement in function returning non-void
1194libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX2’:
1195libswscale/x86/yuv2rgb_template.c:453: warning: no return statement in function returning non-void
1196libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX’:
1197libswscale/x86/yuv2rgb_template.c:410: warning: control reaches end of non-void function
1198libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’:
1199libswscale/x86/yuv2rgb_template.c:453: warning: control reaches end of non-void function
1200libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX2’:
1201libswscale/x86/yuv2rgb_template.c:410: warning: control reaches end of non-void function
1202libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX2’:
1203libswscale/x86/yuv2rgb_template.c:453: warning: control reaches end of non-void function
1204CC      libswscale/yuv2rgb.o
1205CC      libpostproc/postprocess.o
1206libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’:
1207libswscale/yuv2rgb.c:658: warning: ‘abase’ may be used uninitialized in this function
1208CC      ffmpeg.o
1209ffmpeg.c: In function ‘getmaxrss’:
1210ffmpeg.c:3845: error: ‘struct rusage’ has no member named ‘ru_maxrss’
1211make[1]: *** [ffmpeg.o] Error 1
1212make[1]: *** Waiting for unfinished jobs....
1213make: *** [external/FFmpeg] Error 2
1214[osx-pkg] Failed system call: " /usr/bin/make -j3 " with error code 2
1215Died at ./osx-packager.pl line 1017.
1216Office-Mini-2:~ mythgit$