next try to fix an error on rebuilds:
| NOTE: make clean
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| make: *** No rule to make target 'clean'. Stop.
Signed-off-by: Markus Volk <f_L_K@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- use oe_runmake to avoid an error on rebuilds:
| NOTE: make clean
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| make: *** No rule to make target 'clean'. Stop.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
These headers are needed to build cuda/nvdec support for ffmpeg but it is
also a build dependency for gnome-remote-desktop where cuda support can't be disabled.
The Makefile has a hardcoded prefix. Instead of patching it and inherit autotools
just install the files manually. On the whole its what the Makefile does and it
looks easier this way.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>