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.
|
|
Source code |
1 |
libvdr-softhddevice.so.1.7.23: undefined symbol: jpeg_mem_dest |
(Ich versuche grade mit Flachzange ja im xine-vaapi Thread herauszufinden ob das nur bei mir so ist - ich vermute aber mal es geht einfach mit Clarkdale nicht, weiss der Geier warum)|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
diff --git a/softhddev.c b/softhddev.c
index cbeaed1..4f20c90 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -803,7 +806,7 @@ int PlayVideo(const uint8_t * data, int size)
Debug(3, "video: not detected\n");
return size;
}
- if (VideoCodecID == CODEC_ID_MPEG2VIDEO) {
+ if (0 && VideoCodecID == CODEC_ID_MPEG2VIDEO) {
// mpeg codec supports incomplete packets
// waiting for a full complete packages, increases needed delays
VideoNextPacket(CODEC_ID_MPEG2VIDEO);
|
This post has been edited 1 times, last edit by "johns" (Jan 25th 2012, 10:27pm)
|
|
Source code |
1 2 3 |
softhddevice.cpp: In Konstruktor »cMenuSetupSoft::cMenuSetupSoft()«: softhddevice.cpp:419:16: Fehler: »trVDR« wurde in diesem Gültigkeitsbereich nicht definiert make[2]: *** [softhddevice.o] Fehler 1 |
ich gebs jetzt auf.
das problem :
![]()
Source code
1 2 3 softhddevice.cpp: In Konstruktor »cMenuSetupSoft::cMenuSetupSoft()«: softhddevice.cpp:419:16: Fehler: »trVDR« wurde in diesem Gültigkeitsbereich nicht definiert make[2]: *** [softhddevice.o] Fehler 1
bleibt einfach mit dem paketbau. ich weiss auch nicht wie ich das wegbekommen soll, da kenne ich mich nicht aus.
fakt ist aber: alle anderen plugins haben damit kein problem !
gibt halt vorerst kein softhddevice im yavdr repo. schade, hätte es gerne getestet.
This post has been edited 1 times, last edit by "johns" (Jan 26th 2012, 4:16pm)
Mal ne andere Frage , meinst du bekommst das mit externalplayer-Plugin hin ?
This post has been edited 1 times, last edit by "johns" (Jan 26th 2012, 4:15pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
softhddev.c: In function ‘VideoEnqueue’: softhddev.c:430: warning: implicit declaration of function ‘av_grow_packet’ cc -g -Wall -O2 -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_GRAPHTFT -DUSE_LIVEBUFFER -DUSE_ALSA -DUSE_OSS -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"softhddevice"' -I/usr/include/dvb-s2api-liplianin -I../../../include `pkg-config --cflags x11 x11-xcb xcb xcb-xv xcb-shm xcb-dpms xcb-atom xcb-screensaver xcb-randr xcb-glx xcb-icccm xcb-keysyms` `pkg-config --cflags gl glu` `pkg-config --cflags alsa` -c -o video.o video.c video.c: In function ‘VideoSetPts’: video.c:7314: error: ‘AVFrame’ has no member named ‘pkt_pts’ video.c:7317: error: ‘AVFrame’ has no member named ‘pkt_dts’ video.c: In function ‘VideoSetAutoCrop’: video.c:7862: warning: unused variable ‘i’ make[1]: *** [video.o] Fehler 1 make[1]: Verlasse Verzeichnis '/usr/local/src/vdr.test/PLUGINS/src/softhddevice-0.4.0' *** failed plugins: softhddevice |
|
|
Source code |
1 2 |
root@vdr:/usr/local/src/vdr.test# dpkg -l |grep ffmp ii ffmpeg 4:0.6.1-5ubuntu2~ppa1~lucid1 Multimedia player, server, encoder and transcoder |
|
|
Source code |
1 |
#\> apt-get build-dep PAKET |
im readme steht was von ffmpeg7. kann das das problem sein?
Quoted
Kann sein das hoplo Recht hat, aber evtl. fehlt Dir auch nur eines dieser dev-pakete:
libavcodec-dev
libavdevice-dev
libavfilter-dev
libavformat-dev
libavutil-dev
libpostproc-dev
libswscale-dev


This post has been edited 1 times, last edit by "Morone" (Jan 26th 2012, 6:10pm)