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,7 +15,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using MediaInfo;
extern alias MediaInfoWrapper;
using MediaInfoWrapper::MediaInfo;
using QuickLook.Common.Annotations;
using QuickLook.Common.Helpers;
using QuickLook.Common.Plugin;