WinFF / winff

Automatically exported from code.google.com/p/winff
209 stars 50 forks source link

compile winff? #244

Closed mikysal78 closed 3 years ago

mikysal78 commented 4 years ago

on debian how-to compile winff? no apt because ffmpeg and driver nvidia installed from source (no apt). Thanks.

paulgevers commented 4 years ago

Hi Michele,

On 18-10-2019 01:49, Michele Salerno wrote:

on debian how-to compile winff? no apt because ffmpeg and driver nvidia installed from source (no apt).

Why would $(apt install winff) not work for you? Winff doesn't care if you built ffmpeg yourself or used apt to install it.

Anyways, the recipe is in the Debian source: https://salsa.debian.org/pascal-team/winff/blob/master/debian/rules

It's basically: lazbuild -B winff.lpr

Paul