Skip to content

Commit

Permalink
mad: update mad.h
Browse files Browse the repository at this point in the history
  • Loading branch information
redchenjs committed Aug 4, 2021
1 parent 36f8fc7 commit 118a526
Showing 1 changed file with 31 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/mad/mad.h

This file was deleted.

31 changes: 31 additions & 0 deletions components/mad/mad.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* If you would like to negotiate alternate licensing terms, you may do
* so by contacting: Underbit Technologies, Inc. <[email protected]>
*/

# ifdef __cplusplus
extern "C" {
# endif

# include "config.h"

# ifdef __cplusplus
}
# endif

0 comments on commit 118a526

Please sign in to comment.