mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-11 07:05:43 +00:00
Use filename as multiple inclusion guard.
Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
aeb6a69714
commit
ca34b9e615
@ -19,8 +19,8 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CMD_UTILS_H
|
#ifndef CMDUTILS_H
|
||||||
#define CMD_UTILS_H
|
#define CMDUTILS_H
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *name;
|
const char *name;
|
||||||
@ -87,4 +87,4 @@ void show_version(const char *program_name);
|
|||||||
*/
|
*/
|
||||||
void show_license(void);
|
void show_license(void);
|
||||||
|
|
||||||
#endif /* CMD_UTILS_H */
|
#endif /* CMDUTILS_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user