Module: sems Branch: master Commit: 047c7403ba7a419486f601cd0749c03de704004e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=047c7403ba7a419486f601cd0749c03de704004e
Author: Raphael Coeffic <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Mar 13 22:01:59 2014 +0100 opus: use standard include path instead of adding subpath in Makefile --- core/plug-in/opus/Makefile | 2 +- core/plug-in/opus/opus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/plug-in/opus/Makefile b/core/plug-in/opus/Makefile index 5499143..6b57abc 100644 --- a/core/plug-in/opus/Makefile +++ b/core/plug-in/opus/Makefile @@ -2,7 +2,7 @@ COREPATH =../.. plug_in_name = opus -module_cflags = -I /usr/include/opus +#module_cflags = -I /opt/include module_ldflags = -lm -fPIC -lopus include ../Makefile.audio_module diff --git a/core/plug-in/opus/opus.c b/core/plug-in/opus/opus.c index 99347f1..6baf477 100644 --- a/core/plug-in/opus/opus.c +++ b/core/plug-in/opus/opus.c @@ -46,7 +46,7 @@ * */ -#include <opus.h> +#include <opus/opus.h> #define _OPUS_APPLICATION_ OPUS_APPLICATION_VOIP /* Allowed values: _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
