On 07-01-2012 15:29, Honza Petrouš wrote: > Hi Mauro. > > 2012/1/7 Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>: >> As previously commented at the ML, I'm developing a set of tools >> using DVBv5 API. Instead of starting from something existing, >> I decided to start from scratch, in order to avoid polluting it >> with DVBv3 legacy stuff. Of course, I did some research inside >> the existing tools, in order to fill in the blanks, using the >> dvb-apps tzap as a reference for the first real application on it, >> but removing a large amount of code (file parsers, etc). >> >> They're now on a good shape, at least for my own usage ;) >> >> In order to test, you should use: >> >> git clone git://linuxtv.org/mchehab/experimental-v4l-utils.git >> >> And then run "make". the utils are inside utils/dvb. >> > > Am I doing something wrong? After clone I can't find > dvb subdirectory inside utils: Huh... sorry, you need to specify the branch as well. The correct syntax would be: git clone git://linuxtv.org/mchehab/experimental-v4l-utils.git dvbv5-0.0.1 it is likely that git clone has already fetched this branch as well, so, now that you've cloned it, you can do: git remote update git checkout origin/dvbv5-0.0.1 In order to build, you need to run "make" two times (the first one will run automake tools, and the second one will actually compile everything). After running the first make, you can just go to utils/dvb and run make from there, if you don't want to compile everything. > > [hop@localhost experimental-v4l-utils (master)]$ ll utils/ > celkem 48 > drwxr-xr-x 2 hop hop 4096 led 7 18:21 decode_tm6000/ > drwxr-xr-x 3 hop hop 4096 led 7 18:21 keytable/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 libmedia_dev/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 libv4l2util/ > -rw-r--r-- 1 hop hop 947 led 7 18:21 Makefile > drwxr-xr-x 2 hop hop 4096 led 7 18:21 qv4l2/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 rds/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 v4l2-compliance/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 v4l2-ctl/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 v4l2-dbg/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 v4l2-sysfs-path/ > drwxr-xr-x 2 hop hop 4096 led 7 18:21 xc3028-firmware/ > > > Honza > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html