shithub: openh264

Download patch

ref: 6dc1d43a5b1fb3680491daea7e4045ae14657e27
parent: 73ce4adc8525e19c1c526776c243b72842b91aea
author: volvet <qizh@cisco.com>
date: Wed Feb 26 11:26:16 EST 2014

remove precompiled files

--- a/codec/build/iOS/enc/encDemo/encDemo/encDemo-Prefix.pch
+++ /dev/null
@@ -1,16 +1,0 @@
-//
-//  Prefix header
-//
-//  The contents of this file are implicitly included at the beginning of every source file.
-//
-
-#import <Availability.h>
-
-#ifndef __IPHONE_5_0
-#warning "This project uses features only available in iOS SDK 5.0 and later."
-#endif
-
-#ifdef __OBJC__
-    #import <UIKit/UIKit.h>
-    #import <Foundation/Foundation.h>
-#endif