-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
233 changed files
with
122,760 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// | ||
// Icecast.h | ||
// Icecast | ||
// | ||
// Created by Pericles Maravelakis on 31/12/2018. | ||
// | ||
|
||
#if TARGET_OS_IOS | ||
#import <UIKit/UIKit.h> | ||
#endif | ||
|
||
#if TARGET_OS_OSX | ||
#import <Cocoa/Cocoa.h> | ||
#endif | ||
|
||
//! Project version number for Icecast. | ||
FOUNDATION_EXPORT double IcecastVersionNumber; | ||
|
||
//! Project version string for Icecast. | ||
FOUNDATION_EXPORT const unsigned char IcecastVersionString[]; | ||
|
||
#include "shout.h" | ||
#include "lame.h" |
Oops, something went wrong.