Can't compile on Fedora 16 64bit
Steven Boswell II <[email protected]> Tue, 10 Apr 2012 21:34:44 -0700 (PDT)
| Newsgroups | gmane.comp.video.xine.user |
|---|---|
| Message-ID | <[email protected]> |
--1466435115-1707694163-1334118884=:10524 Content-Type: multipart/alternative; boundary="1466435115-1769951840-1334118884=:10524" --1466435115-1769951840-1334118884=:10524 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Despite Tony Grant saying that xine-lib 1.2.1 compiled for him under Fedora= Core 16, I'm getting the same problem. =A0I've tried it with ffmpeg versio= ns 0.9.1 and 0.10.2, and with latest snapshot (10-Apr-2012). =A0There is no= sha1.h header file in any of them.=0A=0AThe enclosed cheesy patch works ar= ound that problem by including sha.h instead, and taking out the backward-c= ompatible preprocessor defines.=0A=0AMy next problem is a link error in the= area of post/planar:=0A=0A=A0 CC =A0 =A0 xineplug_post_planar_la-pp.lo=0A/= bin/sh ../../../libtool --silent --tag=3DCC =A0 --mode=3Dcompile gcc -DHAVE= _CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../i= nclude -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine= -I../../../src/xine-utils =A0-I../../../src/input -I../../../src/input =A0= -I../../../lib -I../../../lib =A0-D_FILE_OFFSET_BITS=3D64 -DNDEBUG -D_REENT= RANT -DXINE_COMPILE =A0 -O3 =A0-ffast-math -fexpensive-optimizations =A0-mt= une=3Dathlon -fvisibility=3Dhidden -I/usr/include/ffmpeg =A0 =A0-pipe =A0-W= all -Wformat=3D2 -Wno-format-zero-length -Wmissing-format-attribute -Werror= -implicit-function-declaration -Wstrict-aliasing=3D2 -Wchar-subscripts -Wmi= ssing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -fstack-protector= --param=3Dssp-buffer-size=3D4 =A0-m32 -march=3Dathlon -fasynchronous-unwin= d-tables -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-de= clarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat= =3D2 -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=3D2 -Werro= r=3Dimplicit-function-declaration -c -o xineplug_post_planar_la-pp.lo `test= -f 'pp.c' || echo './'`pp.c=0A=A0 CCLD =A0 libpost_planar_asm.la=0App.c: I= n function 'pp_draw':=0App.c:325:22: warning: passing argument 1 of 'pp_pos= tprocess' from incompatible pointer type [enabled by default]=0A/usr/includ= e/ffmpeg/libpostproc/postprocess.h:80:6: note: expected 'const uint8_t **' = but argument is of type 'uint8_t **'=0A=A0 CCLD =A0 xineplug_post_planar.la= =0A.libs/xineplug_post_planar_la-pp.o: In function `get_help':=0A/home/sbos= well/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:126: undefined refe= rence to `pp_help'=0A.libs/xineplug_post_planar_la-pp.o: In function `pp_dr= aw':=0A/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:30= 5: undefined reference to `pp_free_context'=0A/home/sboswell/rpmbuild/BUILD= /xine-lib-1.2.1/src/post/planar/pp.c:307: undefined reference to `pp_get_co= ntext'=0A/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:= 310: undefined reference to `pp_free_mode'=0A/home/sboswell/rpmbuild/BUILD/= xine-lib-1.2.1/src/post/planar/pp.c:316: undefined reference to `pp_get_mod= e_by_name_and_quality'=0A/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/p= ost/planar/pp.c:320: undefined reference to `pp_postprocess'=0A.libs/xinepl= ug_post_planar_la-pp.o: In function `pp_dispose':=0A/home/sboswell/rpmbuild= /BUILD/xine-lib-1.2.1/src/post/planar/pp.c:241: undefined reference to `pp_= free_mode'=0A/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/p= p.c:245: undefined reference to `pp_free_context'=0Acollect2: ld returned 1= exit status=0A=0AI diked out the compilation of all of post/planar, and ge= t more build errors later:=0A=0A=A0 CC =A0 =A0 xineplug_decode_ff_la-ff_vid= eo_decoder.lo=0A/bin/sh ../../../libtool --silent --tag=3DCC =A0 --mode=3Dc= ompile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../inc= lude -I../../../include -I../../../src -I../../../src/xine-engine -I../../.= ./src/xine-engine -I../../../src/xine-utils =A0-I../../../src/input -I../..= /../src/input =A0-I../../../lib -I../../../lib =A0-D_FILE_OFFSET_BITS=3D64 = -DNDEBUG -D_REENTRANT -DXINE_COMPILE =A0 -O3 =A0-ffast-math -fexpensive-opt= imizations =A0-mtune=3Dathlon -fvisibility=3Dhidden -I/usr/include/ffmpeg = =A0 =A0-pipe =A0-Wall -Wformat=3D2 -Wno-format-zero-length -Wmissing-format= -attribute -Werror-implicit-function-declaration -Wstrict-aliasing=3D2 -Wch= ar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -= Wpointer-arith -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions= -fstack-protector --param=3Dssp-buffer-size=3D4 =A0-m32 -march=3Dathlon -f= asynchronous-unwind-tables -Wall -Wchar-subscripts -Wnested-externs -Wcast-= align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat= =3D2 -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=3D2 -Werro= r=3Dimplicit-function-declaration -c -o xineplug_decode_ff_la-ff_video_deco= der.lo `test -f 'ff_video_decoder.c' || echo './'`ff_video_decoder.c=0Aff_v= ideo_decoder.c:130:3: error: unknown type name 'AVPaletteControl'=0A=0Aff_v= ideo_decoder.c: In function 'get_buffer':=0Aff_video_decoder.c:218:11: erro= r: 'AVFrame' has no member named 'age'=0Aff_video_decoder.c: In function 'f= f_handle_header_buffer':=0Aff_video_decoder.c:961:9: warning: 'sub_id' is d= eprecated (declared at /usr/include/ffmpeg/libavcodec/avcodec.h:1292) [-Wde= precated-declarations]=0Aff_video_decoder.c: In function 'ff_handle_special= _buffer':=0Aff_video_decoder.c:1030:5: error: unknown type name 'AVPaletteC= ontrol'=0Aff_video_decoder.c:1033:18: error: 'AVCodecContext' has no member= named 'palctrl'=0Aff_video_decoder.c:1034:24: error: 'AVPaletteControl' un= declared (first use in this function)=0Aff_video_decoder.c:1034:24: note: e= ach undeclared identifier is reported only once for each function it appear= s in=0Aff_video_decoder.c:1034:42: error: expected expression before ')' to= ken=0Aff_video_decoder.c:1038:22: error: request for member 'palette' in so= mething not a structure or union=0Aff_video_decoder.c:1043:20: error: reque= st for member 'palette_changed' in something not a structure or union=0Aff_= video_decoder.c: In function 'ff_handle_buffer':=0Aff_video_decoder.c:1481:= 25: warning: passing argument 1 of 'pp_postprocess' from incompatible point= er type [enabled by default]=0A/usr/include/ffmpeg/libpostproc/postprocess.= h:80:6: note: expected 'const uint8_t **' but argument is of type 'uint8_t = **'=0Aff_video_decoder.c: In function 'ff_video_open_plugin':=0Aff_video_de= coder.c:1761:16: error: 'AVCodecContext' has no member named 'palctrl'=0Ama= ke[4]: *** [xineplug_decode_ff_la-ff_video_decoder.lo] Error 1=0Amake[4]: *= ** Waiting for unfinished jobs....=0Aff_audio_decoder.c: In function 'ff_au= dio_decode':=0A=0Aff_audio_decoder.c:388:3: warning: 'avcodec_decode_audio3= ' is deprecated (declared at /usr/include/ffmpeg/libavcodec/avcodec.h:3820)= [-Wdeprecated-declarations]=0Amake[4]: Leaving directory `/home/sboswell/r= pmbuild/BUILD/xine-lib-1.2.1/src/combined/ffmpeg'=0Amake[3]: *** [all] Erro= r 2=0A=0AThese build errors are all against latest ffmpeg snapshot (10-Apr-= 2012).=0A=0AI would really appreciate some help with this.=0A=0ASteven Bosw= ell=0A --1466435115-1769951840-1334118884=:10524 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <html><body><div style=3D"color:#000; background-color:#fff; font-family:ti= mes new roman, new york, times, serif;font-size:12pt"><div style=3D"font-fa= mily: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Despi= te Tony Grant saying that xine-lib 1.2.1 compiled for him under Fedora Core= 16, I'm getting the same problem. I've tried it with ffmpeg versions= 0.9.1 and 0.10.2, and with latest snapshot (10-Apr-2012). There is n= o sha1.h header file in any of them.</div><div style=3D"font-family: 'times= new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div st= yle=3D"font-family: 'times new roman', 'new york', times, serif; font-size:= 12pt; ">The enclosed cheesy patch works around that problem by including s= ha.h instead, and taking out the backward-compatible preprocessor defines.<= /div><div style=3D"font-family: 'times new roman', 'new york', times, serif= ; font-size: 12pt; "><br></div><div style=3D"font-family: 'times new roman'= , 'new york', times, serif; font-size: 12pt; ">My next problem is a link err= or in the area of post/planar:</div><div style=3D"font-family: 'times new r= oman', 'new york', times, serif; font-size: 12pt; "><br></div><div><div><fo= nt face=3D"'times new roman', 'new york', times, serif"> CC &n= bsp; xineplug_post_planar_la-pp.lo</font></div><div><font face=3D"'times ne= w roman', 'new york', times, serif">/bin/sh ../../../libtool --silent --tag= =3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I../../../include -I= ../../.. -I../../../include -I../../../include -I../../../src -I../../../sr= c/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I= ../../../src/input -I../../../src/input -I../../../lib -I../../../lib= -D_FILE_OFFSET_BITS=3D64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE = -O3 -ffast-math -fexpensive-optimizations -mtune=3Dathlon -fvi= sibility=3Dhidden -I/usr/include/ffmpeg -pipe -Wall -Wfo= rmat=3D2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-functi= on-declaration -Wstrict-aliasing=3D2 -Wchar-subscripts -Wmissing-declaratio= ns -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -g -pipe -Wa= ll -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -fstack-protector --param=3Dssp-b= uffer-size=3D4 -m32 -march=3Dathlon -fasynchronous-unwind-tables -Wal= l -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -W= missing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=3D= 2 -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=3D2 -Werror= =3Dimplicit-function-declaration -c -o xineplug_post_planar_la-pp.lo `test = -f 'pp.c' || echo './'`pp.c</font></div><div><font face=3D"'times new roman= ', 'new york', times, serif"> CCLD libpost_planar_asm.la</font= ></div><div><font face=3D"'times new roman', 'new york', times, serif">pp.c= : In function 'pp_draw':</font></div><div><font face=3D"'times new roman', = 'new york', times, serif">pp.c:325:22: warning: passing argument 1 of 'pp_postprocess'= from incompatible pointer type [enabled by default]</font></div><div><font= face=3D"'times new roman', 'new york', times, serif">/usr/include/ffmpeg/l= ibpostproc/postprocess.h:80:6: note: expected 'const uint8_t **' but argume= nt is of type 'uint8_t **'</font></div><div><font face=3D"'times new roman'= , 'new york', times, serif"> CCLD xineplug_post_planar.la</fon= t></div><div><font face=3D"'times new roman', 'new york', times, serif">.li= bs/xineplug_post_planar_la-pp.o: In function `get_help':</font></div><div><= font face=3D"'times new roman', 'new york', times, serif">/home/sboswell/rp= mbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:126: undefined reference t= o `pp_help'</font></div><div><font face=3D"'times new roman', 'new york', t= imes, serif">.libs/xineplug_post_planar_la-pp.o: In function `pp_draw':</fo= nt></div><div><font face=3D"'times new roman', 'new york', times, serif">/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:3= 05: undefined reference to `pp_free_context'</font></div><div><font face=3D= "'times new roman', 'new york', times, serif">/home/sboswell/rpmbuild/BUILD= /xine-lib-1.2.1/src/post/planar/pp.c:307: undefined reference to `pp_get_co= ntext'</font></div><div><font face=3D"'times new roman', 'new york', times,= serif">/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:3= 10: undefined reference to `pp_free_mode'</font></div><div><font face=3D"'t= imes new roman', 'new york', times, serif">/home/sboswell/rpmbuild/BUILD/xi= ne-lib-1.2.1/src/post/planar/pp.c:316: undefined reference to `pp_get_mode_= by_name_and_quality'</font></div><div><font face=3D"'times new roman', 'new= york', times, serif">/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post= /planar/pp.c:320: undefined reference to `pp_postprocess'</font></div><div>= <font face=3D"'times new roman', 'new york', times, serif">.libs/xineplug_post_planar_la-pp.o: In function `pp_dispose':</font= ></div><div><font face=3D"'times new roman', 'new york', times, serif">/hom= e/sboswell/rpmbuild/BUILD/xine-lib-1.2.1/src/post/planar/pp.c:241: undefine= d reference to `pp_free_mode'</font></div><div><font face=3D"'times new rom= an', 'new york', times, serif">/home/sboswell/rpmbuild/BUILD/xine-lib-1.2.1= /src/post/planar/pp.c:245: undefined reference to `pp_free_context'</font><= /div><div><font face=3D"'times new roman', 'new york', times, serif">collec= t2: ld returned 1 exit status</font></div><div style=3D"font-family: 'times= new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div st= yle=3D"font-family: 'times new roman', 'new york', times, serif; font-size:= 12pt; ">I diked out the compilation of all of post/planar, and get more bu= ild errors later:</div><div style=3D"font-family: 'times new roman', 'new y= ork', times, serif; font-size: 12pt; "><br></div><div><div><font face=3D"'t= imes new roman', 'new york', times, serif"> CC xineplug_dec= ode_ff_la-ff_video_decoder.lo</font></div><div><font face=3D"'times new rom= an', 'new york', times, serif">/bin/sh ../../../libtool --silent --tag=3DCC= --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I../../../include -I../..= /.. -I../../../include -I../../../include -I../../../src -I../../../src/xin= e-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../..= /../src/input -I../../../src/input -I../../../lib -I../../../lib &nbs= p;-D_FILE_OFFSET_BITS=3D64 -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 = -ffast-math -fexpensive-optimizations -mtune=3Dathlon -fvisibil= ity=3Dhidden -I/usr/include/ffmpeg -pipe -Wall -Wformat= =3D2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-fu= nction-declaration -Wstrict-aliasing=3D2 -Wchar-subscripts -Wmissing-declar= ations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -O2 -g -pipe= -Wall -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -fstack-protector --param=3Dssp-buf= fer-size=3D4 -m32 -march=3Dathlon -fasynchronous-unwind-tables -Wall = -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmi= ssing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=3D2 = -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=3D2 -Werror=3Di= mplicit-function-declaration -c -o xineplug_decode_ff_la-ff_video_decoder.l= o `test -f 'ff_video_decoder.c' || echo './'`ff_video_decoder.c</font></div= ><div><span style=3D"font-family: 'times new roman', 'new york', times, ser= if; ">ff_video_decoder.c:130:3: error: unknown type name 'AVPaletteControl'= </span><br></div><div><font face=3D"'times new roman', 'new york', times, s= erif">ff_video_decoder.c: In function 'get_buffer':</font></div><div><font = face=3D"'times new roman', 'new york', times, serif">ff_video_decoder.c:218= :11: error: 'AVFrame' has no member named 'age'</font></div><div><font face= =3D"'times new roman', 'new york', times, serif">ff_video_decoder.c: In function 'ff_hand= le_header_buffer':</font></div><div><font face=3D"'times new roman', 'new y= ork', times, serif">ff_video_decoder.c:961:9: warning: 'sub_id' is deprecat= ed (declared at /usr/include/ffmpeg/libavcodec/avcodec.h:1292) [-Wdeprecate= d-declarations]</font></div><div><font face=3D"'times new roman', 'new york= ', times, serif">ff_video_decoder.c: In function 'ff_handle_special_buffer'= :</font></div><div><font face=3D"'times new roman', 'new york', times, seri= f">ff_video_decoder.c:1030:5: error: unknown type name 'AVPaletteControl'</= font></div><div><font face=3D"'times new roman', 'new york', times, serif">= ff_video_decoder.c:1033:18: error: 'AVCodecContext' has no member named 'pa= lctrl'</font></div><div><font face=3D"'times new roman', 'new york', times,= serif">ff_video_decoder.c:1034:24: error: 'AVPaletteControl' undeclared (f= irst use in this function)</font></div><div><font face=3D"'times new roman'= , 'new york', times, serif">ff_video_decoder.c:1034:24: note: each undeclare= d identifier is reported only once for each function it appears in</font></= div><div><font face=3D"'times new roman', 'new york', times, serif">ff_vide= o_decoder.c:1034:42: error: expected expression before ')' token</font></di= v><div><font face=3D"'times new roman', 'new york', times, serif">ff_video_= decoder.c:1038:22: error: request for member 'palette' in something not a s= tructure or union</font></div><div><font face=3D"'times new roman', 'new yo= rk', times, serif">ff_video_decoder.c:1043:20: error: request for member 'p= alette_changed' in something not a structure or union</font></div><div><fon= t face=3D"'times new roman', 'new york', times, serif">ff_video_decoder.c: = In function 'ff_handle_buffer':</font></div><div><font face=3D"'times new r= oman', 'new york', times, serif">ff_video_decoder.c:1481:25: warning: passi= ng argument 1 of 'pp_postprocess' from incompatible pointer type [enabled b= y default]</font></div><div><font face=3D"'times new roman', 'new york', tim= es, serif">/usr/include/ffmpeg/libpostproc/postprocess.h:80:6: note: expect= ed 'const uint8_t **' but argument is of type 'uint8_t **'</font></div><div= ><font face=3D"'times new roman', 'new york', times, serif">ff_video_decode= r.c: In function 'ff_video_open_plugin':</font></div><div><font face=3D"'ti= mes new roman', 'new york', times, serif">ff_video_decoder.c:1761:16: error= : 'AVCodecContext' has no member named 'palctrl'</font></div><div><font fac= e=3D"'times new roman', 'new york', times, serif">make[4]: *** [xineplug_de= code_ff_la-ff_video_decoder.lo] Error 1</font></div><div><font face=3D"'tim= es new roman', 'new york', times, serif">make[4]: *** Waiting for unfinishe= d jobs....</font></div><div><span style=3D"font-family: 'times new roman', = 'new york', times, serif; ">ff_audio_decoder.c: In function 'ff_audio_decod= e':</span><br></div><div><font face=3D"'times new roman', 'new york', times= , serif">ff_audio_decoder.c:388:3: warning: 'avcodec_decode_audio3' is depre= cated (declared at /usr/include/ffmpeg/libavcodec/avcodec.h:3820) [-Wdeprec= ated-declarations]</font></div><div><font face=3D"'times new roman', 'new y= ork', times, serif">make[4]: Leaving directory `/home/sboswell/rpmbuild/BUI= LD/xine-lib-1.2.1/src/combined/ffmpeg'</font></div><div><font face=3D"'time= s new roman', 'new york', times, serif">make[3]: *** [all] Error 2</font></= div><div style=3D"font-family: 'times new roman', 'new york', times, serif;= font-size: 12pt; "><br></div></div><div style=3D"font-family: 'times new r= oman', 'new york', times, serif; font-size: 12pt; ">These build errors are = all against latest ffmpeg snapshot (10-Apr-2012).</div><div style=3D"font-f= amily: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br>= </div><div style=3D"font-family: 'times new roman', 'new york', times, seri= f; font-size: 12pt; ">I would really appreciate some help with this.</div><= div style=3D"font-family: 'times new roman', 'new york', times, serif; font-si= ze: 12pt; "><br></div><div style=3D"font-family: 'times new roman', 'new yo= rk', times, serif; font-size: 12pt; ">Steven Boswell</div><div style=3D"fon= t-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><= br></div></div></div></body></html> --1466435115-1769951840-1334118884=:10524-- --1466435115-1707694163-1334118884=:10524 Content-Type: application/octet-stream; name="xine-lib-1.2.1-sha.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="xine-lib-1.2.1-sha.patch" LS0tIHhpbmUtbGliLTEuMi4xL3NyYy9pbnB1dC9pbnB1dF9jZGRhLmMJMjAx Mi0wMi0wMyAxNzo0MTo0My4wMDAwMDAwMDAgLTA3MDAKKysrIHhpbmUtbGli LTEuMi4xLW5ldy9zcmMvaW5wdXQvaW5wdXRfY2RkYS5jCTIwMTItMDQtMTAg MjE6MTA6MzMuMzc4MjcxMTQ4IC0wNzAwCkBAIC02MSwxMyArNjEsMTMgQEAK IAogI2lmZGVmIEhBVkVfRkZNUEVHX0FWVVRJTF9ICiAjICBpbmNsdWRlIDxi YXNlNjQuaD4KLSMgIGluY2x1ZGUgPHNoYTEuaD4KKyMgIGluY2x1ZGUgPHNo YS5oPgogI2Vsc2UKICMgIGluY2x1ZGUgPGxpYmF2dXRpbC9iYXNlNjQuaD4K ICMgIGlmZGVmIEhBVkVfTElCQVZVVElMX1NIQV9ICiAjICAgIGluY2x1ZGUg PGxpYmF2dXRpbC9zaGEuaD4KICMgIGVsc2UKLSMgICAgaW5jbHVkZSA8bGli YXZ1dGlsL3NoYTEuaD4KKyMgICAgaW5jbHVkZSA8bGliYXZ1dGlsL3NoYS5o PgogIyAgZW5kaWYKICNlbmRpZgogCkBAIC0xMDQsMTUgKzEwNCw2IEBACiAj ZGVmaW5lIENEX0xFQURPVVRfVFJBQ0sgICAgICAgIDB4QUEKICNkZWZpbmUg Q0RfQkxPQ0tfT0ZGU0VUICAgICAgICAgMTUwCiAKLSNpZiAhZGVmaW5lZChI QVZFX0xJQkFWVVRJTF9TSEFfSCkKLS8qIG9sZCBsaWJhdnV0aWwvc2hhMS5o IHdhcyBmb3VuZC4uLiAqLwotI2RlZmluZSBBVlNIQSBBVlNIQTEKLSMgIGRl ZmluZSBhdl9zaGFfaW5pdChjLGIpIAlhdl9zaGExX2luaXQoYykKLSMgIGRl ZmluZSBhdl9zaGFfdXBkYXRlCQlhdl9zaGExX3VwZGF0ZQotIyAgZGVmaW5l IGF2X3NoYV9maW5hbAkJYXZfc2hhMV9maW5hbAotIyAgZGVmaW5lIGF2X3No YV9zaXplCQlhdl9zaGExX3NpemUKLSNlbmRpZgotCiB0eXBlZGVmIHN0cnVj dCBfY2Ryb21fdG9jX2VudHJ5IHsKICAgaW50ICAgdHJhY2tfbW9kZTsKICAg aW50ICAgZmlyc3RfZnJhbWU7Cg== --1466435115-1707694163-1334118884=:10524 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev --1466435115-1707694163-1334118884=:10524 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ xine-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-user --1466435115-1707694163-1334118884=:10524--