Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
.This post has been edited 2 times, last edit by "deepsky" (Nov 7th 2009, 10:16pm)

Quoted
Original von jamju
Hallo,
funktioniert das Atmolight-Plugin auch ohne VDPAU.
Habe leider nur eine GeForce MX 440.
Komme da momentan gar nicht weiter...
Bitte um Hilfe...DANKE!
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
cc -O3 -pipe -Wall -fPIC -g -c -I/usr/local/include -o xine_post_atmo.o xine_post_atmo.c xine_post_atmo.c: In function ‘atmo_grab_loop’: xine_post_atmo.c:509: error: ‘xine_grab_frame_t’ undeclared (first use in this function) xine_post_atmo.c:509: error: (Each undeclared identifier is reported only once xine_post_atmo.c:509: error: for each function it appears in.) xine_post_atmo.c:509: error: ‘frame’ undeclared (first use in this function) xine_post_atmo.c:535: error: ‘XINE_GUI_SEND_ALLOC_GRAB_FRAME’ undeclared (first use in this function) xine_post_atmo.c:543: error: ‘XINE_GUI_SEND_FREE_GRAB_FRAME’ undeclared (first use in this function) xine_post_atmo.c:581: error: ‘XINE_GUI_SEND_GRAB_FRAME’ undeclared (first use in this function) make: *** [xine_post_atmo.o] Fehler 1 |
Sorry Jungs! This post has been edited 2 times, last edit by "deepsky" (Jan 7th 2010, 9:36am)
Quoted
Original von deepsky
Hi.
also ich hab ein System, was bereits mit deinen Patchen/es xineliboutput VDR bereitstellt.
Jetzt wollte ich das Plugin kompilieren, habe dafür das PAcket für debian herunter gezogen. Also aptitude hat das getan.
Das Kompilieren ist aber fehlgesschlagen.
Da ich nur begrenzte Fähigkeiten in diesem Bereich habe, frage ich mich nun, was ihm da fehlt? Könnt ihr mir ein paar Tips geben?
Vielen Dank!
dsky
![]()
Source code
1 2 3 4 5 6 7 8 9 10 cc -O3 -pipe -Wall -fPIC -g -c -I/usr/local/include -o xine_post_atmo.o xine_post_atmo.c xine_post_atmo.c: In function ‘atmo_grab_loop’: xine_post_atmo.c:509: error: ‘xine_grab_frame_t’ undeclared (first use in this function) xine_post_atmo.c:509: error: (Each undeclared identifier is reported only once xine_post_atmo.c:509: error: for each function it appears in.) xine_post_atmo.c:509: error: ‘frame’ undeclared (first use in this function) xine_post_atmo.c:535: error: ‘XINE_GUI_SEND_ALLOC_GRAB_FRAME’ undeclared (first use in this function) xine_post_atmo.c:543: error: ‘XINE_GUI_SEND_FREE_GRAB_FRAME’ undeclared (first use in this function) xine_post_atmo.c:581: error: ‘XINE_GUI_SEND_GRAB_FRAME’ undeclared (first use in this function) make: *** [xine_post_atmo.o] Fehler 1
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
cc -O3 -pipe -Wall -fPIC -g -c -I/usr/local/include -o xine_post_atmo.o xine_post_atmo.c xine_post_atmo.c: In function âatmo_grab_loopâ: xine_post_atmo.c:520: error: âuseconds_tâ undeclared (first use in this function) xine_post_atmo.c:520: error: (Each undeclared identifier is reported only once xine_post_atmo.c:520: error: for each function it appears in.) xine_post_atmo.c:520: error: expected â;â before âanalyze_rateâ xine_post_atmo.c:622: warning: format â%ldâ expects type âlong intâ, but argument 4 has type âuint64_tâ xine_post_atmo.c:633: error: âanalyze_rateâ undeclared (first use in this function) xine_post_atmo.c: In function âatmo_output_loopâ: xine_post_atmo.c:836: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âoutput_rateâ xine_post_atmo.c:836: error: âoutput_rateâ undeclared (first use in this function) make: *** [xine_post_atmo.o] Fehler 1 |
|
|
Source code |
1 |
[ 6181.578239] vdr-sxfe[8596]: segfault at 190 ip b4847a9e sp b4693240 error 4 in xineplug_post_atmo.so[b4843000+6000] |
Quoted
Original von Brainwash
Hallo,
bekomme beim kompilieren immer folgenden fehler:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 11 12 cc -O3 -pipe -Wall -fPIC -g -c -I/usr/local/include -o xine_post_atmo.o xine_post_atmo.c xine_post_atmo.c: In function âatmo_grab_loopâ: xine_post_atmo.c:520: error: âuseconds_tâ undeclared (first use in this function) xine_post_atmo.c:520: error: (Each undeclared identifier is reported only once xine_post_atmo.c:520: error: for each function it appears in.) xine_post_atmo.c:520: error: expected â;â before âanalyze_rateâ xine_post_atmo.c:622: warning: format â%ldâ expects type âlong intâ, but argument 4 has type âuint64_tâ xine_post_atmo.c:633: error: âanalyze_rateâ undeclared (first use in this function) xine_post_atmo.c: In function âatmo_output_loopâ: xine_post_atmo.c:836: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âoutput_rateâ xine_post_atmo.c:836: error: âoutput_rateâ undeclared (first use in this function) make: *** [xine_post_atmo.o] Fehler 1
auf meinem system läuft easyvdr 0.7.14
xine-lib ist erfolgreich gepatcht, kompiliert…
ich bekomme es einfach nicht hin…
greez
Brainwash
Quoted
Original von Brainwash
Quoted
Original von Brainwash
Hallo,
bekomme beim kompilieren immer folgenden fehler:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 11 12 cc -O3 -pipe -Wall -fPIC -g -c -I/usr/local/include -o xine_post_atmo.o xine_post_atmo.c xine_post_atmo.c: In function âatmo_grab_loopâ: xine_post_atmo.c:520: error: âuseconds_tâ undeclared (first use in this function) xine_post_atmo.c:520: error: (Each undeclared identifier is reported only once xine_post_atmo.c:520: error: for each function it appears in.) xine_post_atmo.c:520: error: expected â;â before âanalyze_rateâ xine_post_atmo.c:622: warning: format â%ldâ expects type âlong intâ, but argument 4 has type âuint64_tâ xine_post_atmo.c:633: error: âanalyze_rateâ undeclared (first use in this function) xine_post_atmo.c: In function âatmo_output_loopâ: xine_post_atmo.c:836: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âoutput_rateâ xine_post_atmo.c:836: error: âoutput_rateâ undeclared (first use in this function) make: *** [xine_post_atmo.o] Fehler 1
auf meinem system läuft easyvdr 0.7.14
xine-lib ist erfolgreich gepatcht, kompiliert…
ich bekomme es einfach nicht hin…
greez
Brainwash
Keiner ne Ahnung woran es liegen könnte?!![]()
ist mehr ruhe gefordert, was ich immo nicht hab.
um dann atmo als post-plugin starten zu lassen ..