Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
55e34b3b
Commit
55e34b3b
authored
Jun 16, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Removed erroneously defined types
parent
772ce306
Pipeline
#192
passed with stage
in 57 seconds
Changes
7
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
14 deletions
+0
-14
src/format_flac.c
src/format_flac.c
+0
-2
src/format_kate.c
src/format_kate.c
+0
-2
src/format_midi.c
src/format_midi.c
+0
-2
src/format_opus.c
src/format_opus.c
+0
-2
src/format_skeleton.c
src/format_skeleton.c
+0
-2
src/format_speex.c
src/format_speex.c
+0
-2
src/format_theora.c
src/format_theora.c
+0
-2
No files found.
src/format_flac.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include <ogg/ogg.h>
#include <string.h>
typedef
struct
source_tag
source_t
;
#include "refbuf.h"
#include "format_ogg.h"
#include "client.h"
...
...
src/format_kate.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include <string.h>
#include <ogg/ogg.h>
typedef
struct
source_tag
source_t
;
#include "refbuf.h"
#include "format_ogg.h"
#include "format_kate.h"
...
...
src/format_midi.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include <ogg/ogg.h>
#include <string.h>
typedef
struct
source_tag
source_t
;
#include "refbuf.h"
#include "format_ogg.h"
#include "client.h"
...
...
src/format_opus.c
View file @
55e34b3b
...
...
@@ -20,8 +20,6 @@
#include <string.h>
#include <ogg/ogg.h>
typedef
struct
source_tag
source_t
;
#include "format_opus.h"
#include "stats.h"
#include "refbuf.h"
...
...
src/format_skeleton.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include <string.h>
#include <ogg/ogg.h>
typedef
struct
source_tag
source_t
;
#include "refbuf.h"
#include "format_ogg.h"
#include "format_skeleton.h"
...
...
src/format_speex.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include <ogg/ogg.h>
#include <speex/speex_header.h>
typedef
struct
source_tag
source_t
;
#include "format_speex.h"
#include "refbuf.h"
#include "client.h"
...
...
src/format_theora.c
View file @
55e34b3b
...
...
@@ -21,8 +21,6 @@
#include <ogg/ogg.h>
#include <theora/theora.h>
typedef
struct
source_tag
source_t
;
#include "refbuf.h"
#include "format_ogg.h"
#include "format_theora.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment