Sfoglia il codice sorgente

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

Akagi201 10 anni fa
parent
commit
471d87c940
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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)