You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix _LZO_H vs. LZO_H typo
Originally committed as revision 7732 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user