mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
opus: fix includes and compilation against opus in non-standard prefix
https://bugzilla.gnome.org/show_bug.cgi?id=748594
This commit is contained in:
parent
036f07e087
commit
35808c27fa
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/gstaudiodecoder.h>
|
||||
#include <opus/opus_multistream.h>
|
||||
#include <opus_multistream.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <opus/opus.h>
|
||||
#include <opus.h>
|
||||
|
||||
#include <gst/gsttagsetter.h>
|
||||
#include <gst/audio/audio.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <gst/gst.h>
|
||||
#include <gst/audio/gstaudioencoder.h>
|
||||
|
||||
#include <opus/opus_multistream.h>
|
||||
#include <opus_multistream.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <opus/opus.h>
|
||||
#include <opus.h>
|
||||
#include "gstopusheader.h"
|
||||
#include "gstopusparse.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue