Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pkg-config.ffmpeg: cosmetic fix
  • Loading branch information
perexg committed Sep 29, 2015
1 parent a6f264a commit 324f117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/pkg-config.ffmpeg
Expand Up @@ -41,8 +41,8 @@ x265)
;;
libmfx)
if test -z "$TVHEADEND_LIBMFX_CFLAGS" -a -z "$TVHEADEND_LIBMFX_LIBS"; then
cflags_="-I$TVHEADEND_LIBAV_BUILD/include"
libs_="-L$TVHEADEND_LIBAV_BUILD/lib -lmfx -lstdc++"
cflags_="-I$TVHEADEND_LIBAV_BUILD/include"
libs_="-L$TVHEADEND_LIBAV_BUILD/lib -lmfx -lstdc++"
else
cflags_="$TVHEADEND_LIBMFX_CFLAGS"
libs_="$TVHEADEND_LIBMFX_LIBS"
Expand Down

0 comments on commit 324f117

Please sign in to comment.