Blame ACM/lameACM.def

Packit 47f805
; Lame ACM wrapper, encode/decode MP3 based RIFF/AVI files in MS Windows
Packit 47f805
;
Packit 47f805
;  Copyright (c) 2002 Steve Lhomme <steve.lhomme at free.fr>
Packit 47f805
;
Packit 47f805
; This library is free software; you can redistribute it and/or
Packit 47f805
; modify it under the terms of the GNU Lesser General Public
Packit 47f805
; License as published by the Free Software Foundation; either
Packit 47f805
; version 2.1 of the License, or (at your option) any later version.
Packit 47f805
;
Packit 47f805
; This library is distributed in the hope that it will be useful,
Packit 47f805
; but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 47f805
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 47f805
; Lesser General Public License for more details.
Packit 47f805
;
Packit 47f805
; You should have received a copy of the GNU Lesser General Public
Packit 47f805
; License along with this library; if not, write to the Free Software
Packit 47f805
; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Packit 47f805
Packit 47f805
LIBRARY     lameACM
Packit 47f805
Packit 47f805
DESCRIPTION 'lameACM.acm: MP3 Lame ACM Codec'
Packit 47f805
Packit 47f805
EXPORTS     DriverProc
Packit 47f805
Packit 47f805
; EOF