James Cowgill

Results 8 comments of James Cowgill

I used this to compile OpenCV: ``` $ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_IPP=N -DWITH_ADE=N -DBUILD_LIST=core,videoio -G Ninja $ ninja $ ninja install ``` [CMakeCache.txt](https://github.com/opencv/opencv/files/6398140/CMakeCache.txt) ``` $ ffmpeg -version ffmpeg version 3.4.8-0ubuntu0.2...

I've been doing some experiments and I've noticed that: This change is enough to make both videos fail to play on my laptop (previously only the 0.1 fps one would...

The first link you posted is to the main Ubuntu repositories. If you have 14.10 or later and you only want a shared library, you can just run this to...

Unfortunately Debian's start-stop-daemon doesn't have the `--wait` option. I think it's specific to OpenRC. For systemd, I think I can put an `ExecStartPost=/bin/sleep 1` in the service file. Waiting some...

@chiraag-nataraj > Wait...the systemd example above clearly shows that systemd knows that gerbera failed. So if something depended on gerbera, it wouldn't be started. This is incorrect. In the current...

Hi, I was away for a while. @nathanlct is this still a bug? `libudev.so.0` is a really old library. Ubuntu removed it > 10 years ago. I don't think it's...

I did check the generated documentation also fails the W3C validator with the same errors. I used the website as another example though. > The unmatched `` should actually match...