浏览代码

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

Akagi201 10 年之前
父节点
当前提交
471d87c940
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/obs-outputs/rtmp-helpers.h

+ 2 - 0
plugins/obs-outputs/rtmp-helpers.h

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