Menu

#139 SDL_CFLAGS not used in y4mutils/Makefile.am

None
closed
None
5
2021-02-01
2014-06-10
No

y4mutils/Makefile.am:

y4mhist_SOURCES = y4mhist.c
y4mhist_LDADD = $(SDL_LIBS) $(SDLgfx_LIBS) $(LIBMJPEGUTILS)

So the build for y4mhist doesn't respect SDL_CFLAGS, effectively breaking the build on Gentoo.

An extra:

y4mhist_CPPFLAGS = $(AM_CPPFLAGS) $(SDL_CFLAGS)

would do the job.

Discussion

  • Bernhard Praschinger

    Thanks for the patch,
    It was applied in CVS, so it will appear in the next version.

     
  • Bernhard Praschinger

    • status: open --> closed-fixed
    • assigned_to: Steven Schultz
    • Group: -->
     
  • Bernhard Praschinger

    • status: closed-fixed --> pending-fixed
     
  • Steven Schultz

    Steven Schultz - 2021-02-01
    • status: pending-fixed --> closed
     

Log in to post a comment.