Skip to content

Commit

Permalink
fix std to c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
nu774 committed Dec 25, 2023
1 parent 766970a commit 2efa42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ AM_CPPFLAGS = \
-I $(top_builddir)/mp4v2/include \
-I $(top_srcdir)/mp4v2/src

AM_CXXFLAGS = -std=c++03
AM_CXXFLAGS = -std=c++11

mp4fpsmod_LDADD = -l mp4v2 -L mp4v2/.libs

0 comments on commit 2efa42d

Please sign in to comment.