wine/dlls/qasf/version.rc
Rémi Bernon 409d0f4247 Revert "qasf: Register ASF Reader filter media type."
This reverts commit 4608e1e125.

The ASF Reader filter suffers from defects which are difficult to solve,
and will require a better implementation of wmvcore in order to work
correctly. In the meantime, revert the class registration so that the
File Source filter is preferred instead.

This will break games that tried to use the filter directly and which
may have started to work correctly, but they are less frequent than the
ones simply playing wmv videos with quartz.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53640
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53748
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54191
2022-12-21 21:18:38 +01:00

27 lines
1 KiB
Plaintext

/*
* Copyright 2020 Austin English
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine qasf"
#define WINE_FILENAME_STR "qasf.dll"
#define WINE_FILEVERSION 9,0,0,4503
#define WINE_FILEVERSION_STR "9.0.0.4503"
#define WINE_PRODUCTVERSION 9,0,0,4503
#define WINE_PRODUCTVERSION_STR "9.0.0.4503"
#include "wine/wine_common_ver.rc"