View Single Post
Old 24th March 2007, 00:10   #48  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by trueimage View Post
I usually just use a mplayerc.exe file. Can someone tell me what these .patch and .ax files are and where do i put them or how do i use them? I just have them all in the same folder as mplayerc.exe right now.
.ax files are DirectShow filters. You can register them with the command "regsvr32 file.ax" and unregister with "regsvr32 /u file.ax". After a filter has been registered, DirectShow players can use them. AFAIK you won't need to use those .ax files at all, in case you using MPC. That's because those are just 'external' versions of MPC's built-in filters. The external filters are there, so other DirectShow players, such as WMPlayer, can use MPC's filters too. MPC itself won't need any of those .ax files.

.patch files are used to "patch" source code files. This way you don't need to download the complete source codes. You just apply the .patch files to the 'official' source codes and you get the fixed version. If you don't compile MPC yourself, then those files won't be of any interest for you. The .patch files are *not* intended to patch the compiled (.exe) file!


Just download mplayerc.exe and you have all you need:
http://mulder.dummwiedeutsch.de/home...&mirror=brhack
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 24th March 2007 at 00:27.
LoRd_MuldeR is offline