pkviet / obs-studio

OBS - Free and open source software for live streaming and screen recording
https://obsproject.com/mantis/
GNU General Public License v2.0
151 stars 20 forks source link

libobs/audio-monitoring: Fix compile error #76

Closed norihiro closed 2 years ago

norihiro commented 2 years ago

Description

Add a missing ;.

Motivation and Context

To build this branch on Linux.

How Has This Been Tested?

Compiled on Fedora 35 with these options.

cmake -DUNIX_STRUCTURE=1 -DBUILD_BROWSER=OFF -D ENABLE_PIPEWIRE=ON -D BUILD_VST=OFF -D ENABLE_LIBFDK=ON -D OBS_VERSION_OVERRIDE=27.2.5 -D ENABLE_AJA=OFF -D USE_NEW_MPEGTS_OUTPUT=OFF

Types of changes