Browse Source

Fix _LZO_H vs. LZO_H typo

Originally committed as revision 7732 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger 19 years ago
parent
commit
8cb59bce97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/lzo.h

+ 1
- 1
libavcodec/lzo.h View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef _LZO_H
#ifndef LZO_H
#define LZO_H

#define LZO_INPUT_DEPLETED 1


Loading…
Cancel
Save