Skip to content

Commit 0fcb960

Browse files
committed
hd-rum-recompress: Add missing include guard
1 parent b1b9bc2 commit 0fcb960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hd-rum-translator/hd-rum-recompress.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3636
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737
*/
38+
#ifndef HD_RUM_RECOMPRESS_H_270dffd1fb25
39+
#define HD_RUM_RECOMPRESS_H_270dffd1fb25
3840

3941
#ifdef HAVE_CONFIG_H
4042
#include "config.h"
@@ -82,3 +84,4 @@ int recompress_get_num_active_ports(struct state_recompress *s);
8284
#include <string>
8385
void recompress_process_async(state_recompress *state, std::shared_ptr<video_frame> frame);
8486
#endif
87+
#endif // HD_RUM_RECOMPRESS_H_270dffd1fb25

0 commit comments

Comments
 (0)