Browse Source

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

Akagi201 10 years ago
parent
commit
471d87c940
1 changed files with 2 additions and 0 deletions
  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)