Hi,
I am trying to compile on vdr 1.7.15 the filebrowser-0.2.0 plugin
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c
-DFILEBROWSER_PLUGIN_BUILD -DUSE_LIEMIEXT -DUSE_SETUP -DUSE_SORTRECORDS
-DUSE_TTXTSUBS -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"filebrowser"'
-I/usr/src/linux-2.6.34-AR
This will only build vdr, no plugins, no installation into the system
It will just give you the idea if the patch still works
This is basically my setup if I test new vdr stuff (patches, upgrades, etc)
sudo aptitude install libfribidi-dev
sudo apt-get build-dep vdr
mkdir -v /usr/local/src/vdr
cd
On 27.08.2010 20:44, Antti Ajanki wrote:
New version of the Webvideo plugin is available at
http://users.tkk.fi/~aajanki/vdr/webvideo/
Tried compiling with vdr 1.7.15. Does not work, because the "vdr"
include directory is under "include", not where the sources are.
May I suggest adding a
On 09/11/2010 01:44 PM, Jouni Karvo wrote:
On 27.08.2010 20:44, Antti Ajanki wrote:
New version of the Webvideo plugin is available at
http://users.tkk.fi/~aajanki/vdr/webvideo/
Tried compiling with vdr 1.7.15. Does not work, because the "vdr"
include directory is under "include", not where t
On Sat, 11 Sep 2010, Antti Ajanki wrote:
On 09/11/2010 01:44 PM, Jouni Karvo wrote:
May I suggest adding a VDRINCLUDEDIR variable, and -I option, and
removing the "vdr/" from the #include statements in the future versions.
Thanks for the suggestion. I will add variable for the include dir as
On 11.09.2010 18:45, Rolf Ahrenberg wrote:
On Sat, 11 Sep 2010, Antti Ajanki wrote:
On 09/11/2010 01:44 PM, Jouni Karvo wrote:
May I suggest adding a VDRINCLUDEDIR variable, and -I option, and
removing the "vdr/" from the #include statements in the future
versions.
Thanks for the suggestion
Hi,
I've generated H264 TS with VLC but VDR cannot play it. Avidemux can
produce only MPEG2 TS and it also doesn't work with VDR. Mencoder
doesn't support TS as output container at all. Is there a way to produce
TS that would work with VDR?
Michal
On 09/05/2010 02:38 PM, Teemu Suikki wrote: