Skip to content

Commit

Permalink
explicitly specify c++ standard
Browse files Browse the repository at this point in the history
due to std::binder1st etc removed in recent c++ stds
  • Loading branch information
nu774 committed Dec 25, 2023
1 parent 9e128b6 commit 766970a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ AM_CPPFLAGS = \
-I $(top_srcdir)/mp4v2/include \
-I $(top_builddir)/mp4v2/include \
-I $(top_srcdir)/mp4v2/src

AM_CXXFLAGS = -std=c++03

mp4fpsmod_LDADD = -l mp4v2 -L mp4v2/.libs

0 comments on commit 766970a

Please sign in to comment.