It works for me: ddennedy@MS-7593:~/src/mlt$ pkg-config --modversion rtaudio 4.1.2
ddennedy@MS-7593:~/src/mlt$ pkg-config --cflags rtaudio -pthread -D__LINUX_ALSA__ -D__LINUX_PULSE__ -D_REENTRANT -I/home/ddennedy/opt/include/rtaudio -I/usr/include/alsa ddennedy@MS-7593:~/src/mlt$ cat src/modules/rtaudio/config.mak CXXFLAGS += -pthread -D__LINUX_ALSA__ -D__LINUX_PULSE__ -D_REENTRANT -I/home/ddennedy/opt/include/rtaudio -I/usr/include/alsa LDFLAGS += -L/home/ddennedy/opt/lib -lrtaudio -lasound -lpulse-simple -lpulse On Fri, Jul 8, 2016 at 3:57 AM Patrick Matthäi <[email protected]> wrote: > Hi > > > Am 29.06.2016 um 11:53 schrieb Jaromír Mikeš: > > Package: mlt > > Version: 6.2.0 > > Severity: important > > User: [email protected] > > Usertags: rtaudio 4.1.2 > > > > Dear Maintainer, > > > > your package fails to build with the upcoming rtaudio 4.1.2 > > > > Location of header files changed from include to include/rtaudio so some > easy patching will be needed. > > Otherwise it builds fine. > > > > Thanks for your information. I also notified upstream. > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Mlt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mlt-devel >

