Wednesday, June 19th 2013, 4:26am UTC+1
You are not logged in.
Dear visitor, welcome to Linux VDR/DVB форум. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. 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 |
undefined symbol: _ZN5boost9iostreams5bzip210stream_endE |
сделано по аналогии с crcs, только dvb-s
у меня работает, пробуй
This post has been edited 2 times, last edit by "1455" (Mar 22nd 2010, 6:01pm)
) сделан на основе патча от lnj. Чего там делается - не знаю, работает ли - не знаю (нету у меня 1.7.х) Попробуйте пожалуйста.
, поэтому вся надежда на Alextuzov, может у него остались последние версии файлов, что я присылал. С ними плагин собирается, сканит, но не находит каналов. И я что-то не пойму по поводу crcs - он же тоже сканит, но не находит.... Или я что-то пропустил? |
|
Source code |
1 2 3 |
svn co svn://reelbox.org/testing/src/vdr-plugins/src/channelscan-0.6.1 -r 13666 cd /channelscan patch -p1 < ch*.diff |
This post has been edited 2 times, last edit by "1455" (Mar 23rd 2010, 12:16pm)
Вообще, текущая svn мне не нравится. Они там заточили алгоритм под свой netceiver и зачем-то сломали ручное сканирование. Так что не рекомендую...так я и имел ввиду, что все наработки от Yuri перенести в svn версию плагина
|
|
Source code |
1 2 3 |
### Includes and Defines (add further entries here): INCLUDES += -I$(VDRDIR) -I../../$(DVBDIR)/include -I../../../include |

This post has been edited 2 times, last edit by "1455" (Mar 24th 2010, 6:55pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
/* static const char *getUserString(int Value, const tDvbParameterMap *Map)
{
const tDvbParameterMap *map = Map;
while (map && map->userValue != -1) {
if (map->driverValue == Value)
return map->userString ? trVDR(map->userString) : "---";
map++;
}
return "---";
}
cString getCoderate(int value)
{
return cString::sprintf("%s", getUserString(value, CoderateValues));
}
cString getModulation(int value)
{
return cString::sprintf("%s", getUserString(value, ModulationValues));
} */
|

), ffmpeg SVN-r19469, MSI GF9500GT 512Mb 195.30 beta, SS4 Omicom (I. Liplianin), CPU C2D E5200, RAM 1GbThis post has been edited 1 times, last edit by "Raider05" (Mar 25th 2010, 5:36pm)
This post has been edited 1 times, last edit by "1455" (Jun 8th 2010, 9:18am)