Update MediaInfoDLL dependencies

This commit is contained in:
ema
2024-12-28 10:46:06 +08:00
parent a8653c0f83
commit d5cf6e832f
6 changed files with 31 additions and 7 deletions

View File

@@ -15,4 +15,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
global using MediaInfoLib = MediaInfo.MediaInfo;
extern alias MediaInfoWrapper;
global using MediaInfoLib = MediaInfoWrapper::MediaInfo.MediaInfo;