Skip to content
Snippets Groups Projects
Commit abfcd337 authored by Jean Tessier's avatar Jean Tessier
Browse files

Correction erreur compilation sur /usr/include/cc++/config.h

parent 05c055c3
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,9 @@ libmixer_la_SOURCES = AudioInput.cpp \ ...@@ -22,7 +22,9 @@ libmixer_la_SOURCES = AudioInput.cpp \
Mixer.cpp Mixer.cpp
AM_CXXFLAGS = -I$(top_srcdir)/include $(libccext2_CFLAGS) $(USER_INCLUDES)
#AM_CXXFLAGS = -I$(top_srcdir)/include $(USER_INCLUDES)
AM_CXXFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libs $(libccext2_CFLAGS) $(libdbuscpp_CFLAGS) $(libccrtp1_CFLAGS) $(USER_INCLUDES)
noinst_HEADERS = AudioInput.h \ noinst_HEADERS = AudioInput.h \
AudioMixer2Channels.h \ AudioMixer2Channels.h \
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
#include <semaphore.h> #include <semaphore.h>
#include "../global.h" //#include "../global.h"
#include <cc++/config.h>
/** @interface */ /** @interface */
//! Interface for the output buffers. //! Interface for the output buffers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment