I am not an expert.
Using the create extensions wiki gave me some errors.
ls /usr/local/tce.installed/libavcodec-dev
/usr/local/tce.installed/libavcodec-dev
cat /tmp/guvcview-src-1.6.1/config.log | grep error
######(qversion and ac_nonexistent.h already known and dismissed)
configure:6336: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0 glib-2.0 >= 2.10.0 sdl >= 1.2.10 portaudio-2.0 libpng libavcodec libavutil libv4l2 libudev"
configure:6353: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0 glib-2.0 >= 2.10.0 sdl >= 1.2.10 portaudio-2.0 libpng libavcodec libavutil libv4l2 libudev"
configure:6488: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.15"
configure:6505: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.15"
conftest.c:61:21: fatal error: avcodec.h: No such file or directory
conftest.c:28:21: fatal error: avcodec.h: No such file or directory
conftest.c:61:28: fatal error: ffmpeg/avcodec.h: No such file or directory
conftest.c:28:28: fatal error: ffmpeg/avcodec.h: No such file or directory
conftest.c:30:9: error: unknown type name 'not'
conftest.c:30:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:30:15: error: unknown type name 'universal'
conftest.c:36:4: error: unknown type name 'not'
conftest.c:36:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
ac_cv_search_strerror='none required'
I attempted to use this command, on that the grounds that the new libavcodec-dev has file = /usr/local/include/libavcodec/avcodec.h
./configure --prefix=/usr/local --includedir=/usr/local/include
Perversely, I can build the tcz and I can get it to run. But I don't want to submit it until I have ironed out all essential errors.
thanks for reading......and config log attached
(2) I am not concerned about missing libpulse....I could try a sym link to libpulseaudio but most people don't use PA at TC, I hope