linphone-3.0.0 make시 error (mediastreamer2)

jungws03의 이미지

if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include -I/usr/local/include -DVIDEO_ENABLED -DORTP_INET6 -DINET6 -Wall -O2 -g -pthread -D_REENTRANT -MT pixconv.lo -MD -MP -MF ".deps/pixconv.Tpo" -c -o pixconv.lo pixconv.c; \
then mv -f ".deps/pixconv.Tpo" ".deps/pixconv.Plo"; else rm -f ".deps/pixconv.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include -I/usr/local/include -DVIDEO_ENABLED -DORTP_INET6 -DINET6 -Wall -O2 -g -pthread -D_REENTRANT -MT pixconv.lo -MD -MP -MF .deps/pixconv.Tpo -c pixconv.c -fPIC -DPIC -o .libs/pixconv.o
pixconv.c: In function 'ms_pix_fmt_to_ffmpeg':
pixconv.c:42: error: 'PIX_FMT_YUV422' undeclared (first use in this function)
pixconv.c:42: error: (Each undeclared identifier is reported only once
pixconv.c:42: error: for each function it appears in.)
pixconv.c: In function 'ffmpeg_pix_fmt_to_ms':
pixconv.c:60: error: 'PIX_FMT_YUV422' undeclared (first use in this function)
make[5]: *** [pixconv.lo] Error 1
make[5]: Leaving directory `/home/linphone-3.0.0/mediastreamer2/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/linphone-3.0.0/mediastreamer2/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/linphone-3.0.0/mediastreamer2'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/linphone-3.0.0/mediastreamer2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/linphone-3.0.0'
make: *** [all] Error 2

제가 생각 할때는 ffmpeg 와 linphone 간 링크가 제대로 안되서 그런거 같은데... 아시는분 답변 부탁드립니다.

rgbi3307의 이미지

빌드 오류메세지에 충실하게 답변을 드린다면,

`/home/linphone-3.0.0/mediastreamer2/src' 경로에 있는
pixconv.c 소스파일의 42번째 줄에 있는 함수 'ms_pix_fmt_to_ffmpeg'에서
'PIX_FMT_YUV422'가 정의 되지 않았다 라는 것인데요.

'PIX_FMT_YUV422'가 대문자로 되어 있는 것으로 봐서,(C언어 코딩 특성)
#define 으로 정의된 헤더파일이 제대로 include 되지 않은듯 합니다.

빌드 Makefile에서 -I (인클루드 옵션)들을 확인해 보시길..

From:
*알지비 (메신저: rgbi3307@nate.com)
*학창시절 마이크로마우스를 만들었고, 10년동안 IT관련 개발자로 일하고 있음.
*틈틈히 커널연구회(http://www.kernel.kr/) 내용물들을 만들고 있음.
*((공부해서 남을 주려면 남보다 더많이 연구해야함.))

From:
*알지비 (메일: rgbi3307(at)nate.com)
*커널연구회(http://www.kernel.bz/) 내용물들을 만들고 있음.
*((공부해서 남을 주려면 남보다 더많이 연구해야함.))

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.