obs-outputs: Add #pragma once to rtmp-helpers.h

This commit is contained in:
Akagi201 2015-01-16 14:59:08 +08:00 committed by jp9000
parent 14488a8c2f
commit 471d87c940

View File

@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/ ******************************************************************************/
#pragma once
#include "librtmp/rtmp.h" #include "librtmp/rtmp.h"
static inline AVal *flv_str(AVal *out, const char *str) static inline AVal *flv_str(AVal *out, const char *str)